gyuho / learn

learn
https://gyuho.dev
Other
1.32k stars 152 forks source link

fix dijkstra algorithm to O(N logN) #9

Closed gyuho closed 9 years ago

gyuho commented 9 years ago

Fix for: https://github.com/gyuho/learn/issues/8

And original fix and tests are at: https://github.com/gyuho/goraph/pull/50