/Travel-App

Toy gps and interactive travelling program

Primary LanguageCGNU Lesser General Public License v3.0LGPL-3.0

Travel-App

travel app using dijkstra's algorithm. Uses own implemented priority queue and graph as well as an external hashmap library.

Build and run

for the travel app: (in the src directory)

make travel
./travel test.txt

another supplied test data is test2.txt

for the priority queue tests (in the priority_queue directory)

make test
./test