Skip to content

Overview

Alexandre Rabérin edited this page May 12, 2020 · 2 revisions

Overview

QuikGraph is a library containing generic graph data structures and algorithms for .NET.

Classic graph examples are:

  • Transportation network:
    • vertex = crossing
    • edge = road
  • Internet:
    • vertex = computer
    • edge = telephone line
  • Source code files:
    • vertex = file
    • edge = dependency

Take me to the graph theory reminder...

Clone this wiki locally