| layout | title |
|---|---|
wiki |
LeetCode |
- 1 Two Sum
- Python 864ms 5284ms(Brute-Force)
- Go 8ms 32ms(Brute-Force)
- 14 Longest Common Prefix
- 101 Symmetric Tree (Python, C++)
- 125 Valid Palindrome (Python, C)
- 200 Number of Islands (Python)
- 207 Course Schedule (Python)
- 234 Palindrome Linked List (Go)
- 310 Minimum Height Trees (Python)
- 332 Reconstruct Itinerary (Python)
- 399 Evaluate Division (Python)
- 590 N-ary Tree Postorder Traversal (Python)
- 684 Redundant Connection (Python)
- 704 Binary Search Python 284ms
Same performance as when using Python's internal function, eg.target in nums - 792 Number of Matching Subsequences (Python)
- 897 Increasing Order Search Tree (Python)
- 994 Rotting Oranges (C++)