initial commit

This commit is contained in:
Antoine 2020-11-24 01:49:10 +01:00
commit 52f4f64a9d
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
3 changed files with 35 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# ---> Go
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/*
!bin/.gitkeep
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
vendor/

5
LICENSE Normal file
View File

@ -0,0 +1,5 @@
"THE BEER-WARE LICENSE" (Revision 42):
<phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you can
do whatever you want with this stuff. If we meet some day, and you think this
stuff is worth it, you can buy me a beer in return Poul-Henning Kamp

11
readme.md Normal file
View File

@ -0,0 +1,11 @@
# dijkstra
ophisticated implementation of dijkstra algorithm
build `make build`
run `make run`