- The sandbox of algorithm and design patterns. 🛠
- Most of algorithm and patterns are tested with test code.
- Algorithm Tests : Link
- Design Pattern Tests : Link
- BFS
- DFS
- Insertion sort
- Selection sort
- Bubble sort
- Heap
- Dijkstra
Creational
- Factory
- AbstractFactory
- FactoryMethod
- Builder
- Prototype
Structure
- Decorator
- Bridge
- Adapter
- Facade
- Composite
- Flyweight
- Proxy
Behavioral
- Iterator
- Memento
- Strategy
- State
- Command
- Visitor
- Template Method
- Chain of responsibility
- Observer
- Mediator
- Collection