/graph

A graph implementation

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Graph

simple graph implementation with some functionalities :

  • cycle detection
  • dfs: iterator
  • topological sort: iterator
  • test cases
  • pool of vertices, edges