Skip to content

metantonio/react-path-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QLX VISUALIZER

Algorithm visualizer is a react base web app where we can visualize and play with algorithm.

Algorithms

  • Dijkstra

Prerequisite

  • Basic coding knowledge

  • Some concept about data structure and algorithm

  • Maths

Project Initialization

  • Clone the project

  • Open terminal and write

      npm i
     // or
      yarn add
    
  • To run the code

      npm start
     // or
      yarn start
    

Technologies


Words about this project

Dijkstra

Dijkstra is very popular algorithms. It found the sortest path between two nodes . It works in weight grarph. To find the sortest path we can use adjecency matrix or adjecency list . Here i use adjecency List .

Use CanvasExample.js to modify the mapData. I've change the way how the map for nodes and edges is built.

Note that Y axis is inverted.

 -----> X+
|
|
| 
v Y+

Note :

  • It is not mobile responsive
  • Please use Chrome browser (Recomended)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •