README - KeRNeLith/QuikGraph GitHub Wiki
Table of contents
-
Concepts
-
- Edges
- Mutable Graphs
- Immutable Graphs
- Delegate Graphs
- Adapters
-
- Depth First Search Example
- Dijkstra Shortest Distance Example
- Problems And Algorithms
- Topological Sort
- Strongly Connected Components
- Incremental Connected Components
- Shortest Path: Dijkstra, A-star, etc...
- Ranked Shortest Path (also known as k-shortest path)
- Maximum Bipartite Matching
- Maximum Flow
- Minimum Spanning Tree Prim's and Kruskal's algorithms.
- Tarjan Offline Least Common Ancestor
- Condensation Graph
-
Integrations