Algorithms and data structures implement in Rust.
The implementation is self-contained and isolated to make it easier to use.
- Bubble sort
- Selection sort
- Insertion sort
- Quick sort
- Merge sort
- Heap sort
- Queue
- Stack
- Deque
- DFS
- BFS
- Dijkstra
- Ford-Bellman
- Toposort