unsophisticated implementation of dijkstra algorithm
Go to file
2020-11-24 01:54:30 +01:00
bin Create graph, node, link struct and parse hcl input file 2020-11-24 01:54:05 +01:00
cmd Add function for retrieve start node and neighboor of given node 2020-11-24 01:54:30 +01:00
internal Add function for retrieve start node and neighboor of given node 2020-11-24 01:54:30 +01:00
.gitignore initial commit 2020-11-24 01:49:10 +01:00
go.mod Create graph, node, link struct and parse hcl input file 2020-11-24 01:54:05 +01:00
go.sum Create graph, node, link struct and parse hcl input file 2020-11-24 01:54:05 +01:00
graph.hcl Create graph, node, link struct and parse hcl input file 2020-11-24 01:54:05 +01:00
graph.json Add function for retrieve start node and neighboor of given node 2020-11-24 01:54:30 +01:00
LICENSE initial commit 2020-11-24 01:49:10 +01:00
Makefile Create graph, node, link struct and parse hcl input file 2020-11-24 01:54:05 +01:00
readme.md initial commit 2020-11-24 01:49:10 +01:00

dijkstra

ophisticated implementation of dijkstra algorithm

build make build

run make run