ericdrowell / BigOCheatSheet

1.07k stars 314 forks source link

Add different graph algorithms #84

Closed magesoe closed 8 years ago

magesoe commented 9 years ago

Kruskal, Dijktra, Prim, Hungarian and so on...

ericdrowell commented 8 years ago

Open to adding more algos. Please create a PR for this.

murraycu commented 8 years ago

By the way, Dijkstra's (SSSP) and Prim's (MST) (but not Kruskal's MST) are there now. The Hungarian Algorithm is not there.