PhoenixIra / pyalgotask

Python software to generate tasks executing algorithms, as often seen in undergraduate algorithms classes.
MIT License
0 stars 0 forks source link

Graph Algorithm Framework #9

Open PhoenixIra opened 10 months ago

PhoenixIra commented 10 months ago

Graph algorithm tasks will require a big framework, probably using networkx. This includes some input method - maybe both for a guaranteed planar one and just adjacency lists, a tikz printing method, maybe using planar projection algorithms from networkx and randomization algorithms, again maybe using networkx.