Skip to content

Finds the shortest path to traverse a sequence of locations in Manila using Dijkstra or A* Algorithm

Notifications You must be signed in to change notification settings

RobinPH/delivery-system

Repository files navigation

Test

My Route Manila

Live preview: https://my-route-manila.vercel.app/

Finds the shortest path to traverse a sequence of points using Dijkstra or A* Algorithm. Also finds a path, not generally the shortest, using Depth-First Search

Run locally

Install Dependencies

npm install
# or
yarn install

Start the server

npm run dev
# or
yarn dev

Website Controls

Middle Mouse Button: To move the map
Mouse Wheel:         To zoom in or out
Left Click:          To select a vertex

About

Finds the shortest path to traverse a sequence of locations in Manila using Dijkstra or A* Algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published