Algorithms and Data Structures Distilled with code and LeetCode.
Algorithms | C | Java | Python | Golang |
---|---|---|---|---|
Array | ✔️ | 🔲 | 🔲 | 🔲 |
Link List | ✔️ | 🔲 | 🔲 | 🔲 |
Stack | ✔️ | ✔️ | 🔲 | 🔲 |
Queue | ✔️ | ✔️ | 🔲 | 🔲 |
Tree | 🔲 | ✔️ | 🔲 | 🔲 |
Graph | 🔲 | ✔️ | 🔲 | 🔲 |
Search | ✔️ | ✔️ | 🔲 | 🔲 |
Sort | 🔲 | ✔️ | 🔲 | 🔲 |
Hash | ✔️ | ✔️ | 🔲 | 🔲 |
Compression | 🔲 | 🔲 | 🔲 | 🔲 |
- Document: Dive into details.
- GitHub Issues: For reporting bugs and feature algorithms.
- Pull Requests: For submitting code contributions.