Hub for #data-structures-and-algorithms
Resources
- Practice process: Solving a Leetcode Problem.
Group
| Name | Brief | Updated | Tags |
|---|---|---|---|
| A-star Search | note, data-structures-and-algorithms | ||
| Backtrack | Choose, explore, undo — DFS over partial solutions with pruning | note, data-structures, data-structures-and-algorithms | |
| Binary Search | note, data-structures, data-structures-and-algorithms | ||
| Breadth First Search | note, data-structures, data-structures-and-algorithms | ||
| Depth First Search | note, data-structures-and-algorithms | ||
| Diameter of Binary Tree | note, data-structures-and-algorithms | ||
| Dijkstra's Algorithm | note, data-structures, data-structures-and-algorithms | ||
| Index digit in number | note, data-structures-and-algorithms | ||
| Integer length | note, data-structures-and-algorithms | ||
| K Nearest Neighbors | note, machine-learning, data-structures-and-algorithms | ||
| Least Recently Used Cache | note, data-structures-and-algorithms | ||
| Quick Sort | note, data-structures, data-structures-and-algorithms | ||
| Sliding Window | note, data-structures, data-structures-and-algorithms | ||
| Solving a Leetcode Problem | note, #checklist, data-structures-and-algorithms | ||
| State Machine | note, data-structures-and-algorithms | ||
| Trie | note, data-structures-and-algorithms | ||
| Two Pointer | note, data-structures, data-structures-and-algorithms |