Metadata-Version: 2.1
Name: visual-graph
Version: 0.1.0
Summary: Educational package for creating visual graphs
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: matplotlib (>=3.5.3)
Requires-Dist: networkx (>=2.8.6)
Requires-Dist: drawilleplot (>=0.1.0)

# graph-traversals

possible lesson: various simple problems solvable by graph traversals
