kajahno / graph-traversal-png-generator

Generator of a graph traversal order using both BFS and DFS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Traversal generator

Given a graph, generates the traversal in PNG images using BFS and DFS

Install dependencies

pipenv shell
pipenv install

Note: sometime it's a bit fiddly to install graphviz, for ubuntu you can do with sudo apt-get install libgraphviz-dev

About

Generator of a graph traversal order using both BFS and DFS


Languages

Language:Python 100.0%