Home - chasel2361/leetcode GitHub Wiki
這裡將用來記錄我所解過的leetcode題目
不分類
Two Pointer
Linked Lists
- 0021. Merge Two Sorted Lists
- 0083. Remove Duplicates from Sorted List
- 0092. Reverse Linked List II
- 0141. Linked List Cycle
- 0160. Intersection of Two Linked Lists
In-Place
Binary Search
Dynamic Programming
- 0053. Maximum Subarray
- 0070. Climbing Stairs
- 0062. Unique Paths
- 0063. Unique Paths II
- 0096. Unique Binary Search Tree
- 0198. House Robber
- 0213. House Robber II
- 0121. Best Time to Buy and Sell Stock
String manipulation
Bitwise Operation
Tree
- 0100. Same Tree
- 0101. Symmetric Tree
- 0094. Binary Tree Inorder Traversal
- 0124. Binary Tree Maximum Path Sum
- 0111. Minimum Depth of Binary Tree
- 0110. Balanced Binary Tree
- 0144. Binary Tree Preorder Traversal
- 0145. Binary Tree Postorder Traversal
- 0257. Binary Tree Paths
- 0226. Invert Binary Tree
Binary Search Tree
- 0098. Validate Binary Search Tree
- 0700. Search in a Binary Search Tree
- 0108. Convert Sorted Array to Binary Search Tree
- 0109. Convert Sorted List to Binary Search Tree
- 0235. Lowest Common Ancestor of a Binary Search Tree
Array
- 0283. Move Zeros
- 0189. Rotate Array
- 0977. Squares of a Sorted Array
- 0088. Merge Sorted Array
- 0986. Interval List Intersections
- 0204. Count Primes
- 0238. Product of Array Except Self
- 0204. Count Primes
Boyer-Moore Voting
Merge Sort
Hash Table
- 1160. Find Words That Can Be Formed by Characters
- 0242. Valid Anagram
- 0819. Most Common Word
- 0217. Contains Duplicate