This repo is my personal attempt to build some programming concepts from scratch.
So far here you can find:
- DI container
- Reactive pattern
- BigInt
- Matrix, Queue, Stack, List, Binary Tree, LRU Cache
- Throttle & Debounce
- MD2 hash function
- Topological sort, list cycle detection (Floyd's alg)