| # | Title | Solution | Difficulty | Basic idea |
|---|---|---|---|---|
| 1 | Two Sum | Python | Easy | 1. Bruce force check every element in array O(n^2) |
| 11 | Container With Most Water | Python | Medium | |
| 15 | 3Sum | Python | Easy | |
| 36 | Valid Sudoku | Python | Medium | |
| 73 | Set Matrix Zeroes | Python | Medium | |
| 125 | Valid Palindrome | Python | Easy | |
| 283 | Move Zeroes | Python | Easy | |
| 767 | Reorganize String | Python | Medium | |
| 128 | Longest Consecutive Sequence | Python | Medium | |
| 206 | Reverse Linked List | Python | Easy | |
| 1534 | Count Good Triplets | Python | Easy |
danghieuan/leetcode-python
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|