Skip to content

Shakermixer/dijkstra-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dijkstra-playground

A react app for playing with a maze path tracing implementation of dijkstras algorithm.

Overview

An efficient implementation of dijkstras algorithm, which is bound to a map which gets updated with the path after tracing. Costs for each of the cardinal direcctions can be set.

Features

  • Settable Costs for each of the directions
  • Min Heap Priority Queue implementation of dijkstras algorithm

Usage

To build:

    npm run build

To run locally for dev:

    npm run start

About

React page for playing with dijkstra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.9%
  • CSS 9.6%
  • HTML 5.5%