/mst

Repository for basic algorithms to find Minimum Spanning Trees

Primary LanguagePython

mst

Series of algorithms on how to find Minimum Spanning Tree using Python.
Implemented algorithms:

  • Prim's
  • Kruskal's