Skip to content

anianiket/AlgorithmVisualizer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Visualizer

A better visualization of different algorithms made with React.

Visit : https://tamimehsan.github.io/AlgorithmVisualizer/

Visitor Count

This is made to be the second version of my previous pathfinding project made with C++ igraphics. But then added some more visualizations too.

So far there are 6 segments

  • Pathfinder
  • Prime Numbers
  • Sorting Algorithms
  • N Queen
  • Convex Hull
  • Binary Search Game

I have implemented a total of 14 algorithms so far. And will try to add more later.

Algorithms implemented

  • DFS
  • BFS
  • Dijkstra
  • Recursive Maze Creation
  • Bubble sort
  • Selection sort
  • Insertion sort
  • Heap sort
  • Merge sort
  • Quick sort
  • Sieve of Eratosthenes
  • N Queen Backtracking
  • Graham Scan for Convex Hull
  • Binary Search

I am not sure if anyone would like to contribute to this project or not. But any kind of contributions are welcomes. Also if you like this please star this repo. It keeps me motivated.

Special Features addition timeline

  • Commit 16: Added Flip Move animation to inplace sorting components

Note to self:

To deploy recent changes to page

npm run build
npm run deploy

About

A better visualization of different algorithms made with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.0%
  • CSS 3.6%
  • HTML 1.4%