Skip to content

An optimized shortest path-finding project that implements Dijsktra's algorithm on a map, we used 3 approaches for optimization which are: • Idea 1: Stop searching after discovering the shortest path from source node to destination. • Idea 2: Implementing A* algorithm. • Idea 3: Using binary heap instead of priority queue. The project is mixed w…

Notifications You must be signed in to change notification settings

Mohamed-Ali-Mohamed/Map-Routing

About

An optimized shortest path-finding project that implements Dijsktra's algorithm on a map, we used 3 approaches for optimization which are: • Idea 1: Stop searching after discovering the shortest path from source node to destination. • Idea 2: Implementing A* algorithm. • Idea 3: Using binary heap instead of priority queue. The project is mixed w…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published