JakovTomasic / RitehMaps

Indoor navigation project for the Faculty of Engineering, Rijeka
Apache License 2.0
3 stars 1 forks source link

Pathfinding #40

Closed NikaRodin closed 1 year ago

NikaRodin commented 1 year ago

I implemented Dijkstra as the path-finding algorithm. This solves #5.

Additionally, I created some mock classes and added jest tests to test several edge cases.

The important solutions will be documented in the wiki after review.