[筆記] LeetCode 刷題記錄 (28,58,67) – 2

LeetCode 在需要接觸演算碼的工程師中,為相當知名的練習場所。當你有需要挑戰自己的腦筋、面試前的準備……等,都滿適合來這邊看一下你的演算法和資料結構的熟悉程度。這回要筆記的有:Implement strStr、 Length of Last Word 和 Add Binary。
leetCode Logo


題目

28. Implement strStr()

[連結]:https://leetcode.com/problems/implement-strstr/

58. Length of Last Word

[連結]:https://leetcode.com/problems/length-of-last-word/

67. Add Binary

[連結]:https://leetcode.com/problems/add-binary/


歷次 LeetCode 刷題記錄

按讚加入粉絲團

延伸閱讀