[筆記] LeetCode 刷題記錄 (141,160,234) – 8

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


題目

141. Linked List Cycle

[連結]:https://leetcode.com/problems/linked-list-cycle/

160. Intersection of Two Linked Lists

[連結]:https://leetcode.com/problems/intersection-of-two-linked-lists/

234. Palindrome Linked List

[連結]:https://leetcode.com/problems/palindrome-linked-list/


歷次 LeetCode 刷題記錄

按讚加入粉絲團

延伸閱讀