unsophisticated implementation of dijkstra algorithm
Go to file
2020-11-24 01:54:05 +01:00
bin Create graph, node, link struct and parse hcl input file 2020-11-24 01:54:05 +01:00
cmd Create graph, node, link struct and parse hcl input file 2020-11-24 01:54:05 +01:00
internal Create graph, node, link struct and parse hcl input file 2020-11-24 01:54:05 +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
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