gostudent / Algorithms

Implementation of Data Structures and Algorithms in Go for Students
MIT License
28 stars 15 forks source link

Added Dijkstra Algorithm #36

Closed LordFahrenheit closed 6 years ago

LordFahrenheit commented 6 years ago

34 Requested an implementation of Djikstra's algorithm in go. Here is a simple (non optimized version) that may be refactored later.