commit 52f4f64a9d0c443ba07058989784e0092d91407e Author: Antoine Date: Tue Nov 24 01:49:10 2020 +0100 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b36862 --- /dev/null +++ b/.gitignore @@ -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/ + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6df3cc6 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +"THE BEER-WARE LICENSE" (Revision 42): + + 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 diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..df98894 --- /dev/null +++ b/readme.md @@ -0,0 +1,11 @@ +# dijkstra + + +ophisticated implementation of dijkstra algorithm + + +build `make build` + +run `make run` + +