liorwirt / AntsGroup

Ants Group Site
GNU General Public License v3.0
0 stars 1 forks source link

Algorithm Implementation - Dijkstra #2

Open dngreenst opened 5 years ago

dngreenst commented 5 years ago

Create a dijkstra algorithm implementation and integrate.

Goldberg-Alex commented 5 years ago

the implementation will only return a matrix of weights for each nodes. the usage of the result will be to choose a destination and calculate a path.

Goldberg-Alex commented 5 years ago

the implementation will receive a matrix of values which are the combined maze and ant locations. assignment of weights for known and unknown nodes will also be included in the matrix