Graph Algorithms
- Random graph generation
- Routing Algorithms
Create a dense graph and a sparse graph. All nodes should be connected.
- Maximum-Bandwidth Path based on Dijkstra's algorithm without Heap Structure
- Maximum-Bandwidth Path based on Dijkstra's algorithm with Heap Structure
- Maximum-Bandwidth Path based on Kruskal's algorithms using HeapSort