Implementation of some studied algorithms, half in C half in JavaScript.
- Linear-search
- Binary-search
- Insertion-sort
- Quick-sort
- Merge-sort
- Counting-sort
- Heap-sort
- Make-set
- Union-set
- Find-set
- DFS
- BFS
- SCC
- Bellman-Ford
- Dijkstra
- SSSP
- Johnson
- Floyd-Warshall