Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 463 Bytes

File metadata and controls

12 lines (9 loc) · 463 Bytes

#PrimTree My high school math research project on graph theory, made in several hours

##What it is Procedurally generates an undirected graph using Python Turtle, then maps the graph's minimum spanning tree onto it. Uses Prim's Algorithm to evaluate the MST.

Minimum Spanning Tree Prim's Algorithm

######Comments Code still messy, all in one file (WIP)