https://github.com/rmsnow/leetcode
Exercises of LeetCode.
https://github.com/rmsnow/leetcode
Last synced: over 1 year ago
JSON representation
Exercises of LeetCode.
- Host: GitHub
- URL: https://github.com/rmsnow/leetcode
- Owner: RMSnow
- Created: 2018-03-05T09:33:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T13:40:25.000Z (about 8 years ago)
- Last Synced: 2025-01-30T10:30:42.125Z (over 1 year ago)
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Problems
## Tags
| Tags | Done | To Do | Comments |
| :---------------------: | :-------: | :------: | :------: |
| **Array** | 1, 4, 11 | | |
| **Hash Table** | 1, 3 | | |
| **Linked List** | 2, 19 | 21 | |
| Math | 2, 7 | | |
| **Two Pointers** | 3, 11, 19 | | |
| **String** | 3, 5, 14 | | |
| Binary Search | 4 | | |
| Divide and Conquer | 4 | | |
| **Dynamic Programming** | 5, 70 | | |
| Backtracking | | | |
| Stack | | | |
| Heap | | | |
| **Greedy** | 55 | | |
| Sort | | | |
| Bit Manipulation | | | |
| **Tree** | | 94 | |
| Depth-first Search | | | |
| Breadth-first Search | | | |
| Union Find | | | |
| **Graph** | | Dijsktra | |
| Design | | | |
| Topological Sort | | | |
| Trie | | | |
| Binary Indexed Tree | | | |
| Segment Tree | | | |
| Binary Search Tree | | | |
| Memoization | | | |