本仓库为LeetCode练习题题解记录,会持续更新各种语言的题解。同时也欢迎使用各种语言的同好♂们加入此项目,为开源贡献力量。
LeetCode is the best platform to help you enhance your skills, expand your knowledge and prepare for technical interviews.
Easy题解
题目 | 题解 | kotlin | JavaScript | Java |
---|---|---|---|---|
1 | Two Sum | ✅ | ✅ | ✅ |
728 | Self Dividing Numbers | ✅ | ✅ | |
771 | Jewels and Stones | ✅ | ✅ | |
804 | Unique Morse Code Words | ✅ |
Medium题解
题目 | 题解 | kotlin | JavaScript | Java |
---|---|---|---|---|
2 | Add Two Numbers | ✅ | ✅ |