An open API service indexing awesome lists of open source software.

https://github.com/rmsnow/leetcode

Exercises of LeetCode.
https://github.com/rmsnow/leetcode

Last synced: over 1 year ago
JSON representation

Exercises of LeetCode.

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 | | | |