1
0

Initial Commit

This commit is contained in:
2021-03-28 20:25:57 +01:00
commit 3a721ac0b4
9 changed files with 127 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# Pathfinding
<img src="https://www.codingame.com/servlet/fileservlet?id=7766456941361" width="400"></img>
## Which algorithms ?
Dijkstra & A*
## What type of graph I am using ?
Directed graph
## Why use Golang?
<img src="https://miro.medium.com/max/920/1*CdjOgfolLt_GNJYBzI-1QQ.jpeg" width="200" >
I have wanted to play around with golang for a while but didn't have a good project for it. My hopes are to play with the ___ side by running the algorithm in ___