Skip to content

eduardovidals/AlgoVisual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoVisual

  • An algorithm visualizer built using React and Typescript.
  • For better understanding, code implementations will be provided in the documentation section of the website.
  • NOTE: This is my first big project and it will primarily focus on the beautiful visualization of data structures and algorithms.

Website is deployed at: https://eduardovidals.github.io/AlgoVisual

Features

[✔] Control visualization speed

[✔] Visualize sorting algorithms

[✔] Visualize pathfinding algorithms

[✔] Weights/Walls supported for pathfinding visualizer

[✔] Documentation section with explanation of algorithms

Supported Algorithms

[✔] Sorting Algorithms: Bubble Sort, Insertion Sort, Selection Sort, Merge Sort, Quick Sort, & Heap Sort

[✔] Pathfinding Algorithms: DFS, BFS, Dijkstra's, A*

About

An algorithm visualizer built using React and Typescript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors