1
0
This repository has been archived on 2024-09-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PathFinding_in_Go/README.md

19 lines
556 B
Markdown

# 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 ___
**I Will soon setup the correct Golang structure with modules etc ... don't worry**