otobraz / GraphGen

Graphs Generators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphGen

Generators for 4 types of graphs:

  1. Arbitrary Graph
  2. Path Graph
  3. Directed Acyclic Graph
  4. Layered Graph

Compiling

$ g++ -std=c++11 file_name.cpp

Running

$ ./file_name output

About

Graphs Generators

License:MIT License


Languages

Language:C++ 100.0%