README - YaccConstructor/QuickGraph GitHub Wiki
Table of contents
- Overview
- Graph Theory Reminder
- Concepts
- Representations
- Mutable Graphs
- Immutable Graphs
- Delegate Graphs
- Edges
- Using Quickgraph
- Algorithms
- Depth First Search Example
- Dijkstra Shortest Distance Example
- Problems And Algorithms
- Topological Sort
- Strongly Connected Components
- Connected Components
- Incremental Connected Components
- Shortest Path: Dijkstra, A-star, etc...
- Ranked Shortest Path (also known as k-shortest path)
- Maximum Flow
- Minimum Spanning Tree Prim's and Kruskal's algorithms.
- Tarjan Offline Least Common Ancestor
- Condensation Graph
- Specialized Graphs
- Serialization
- Visualization