Skip to content

A better visualization of different algorithms made with React

Notifications You must be signed in to change notification settings

gog0go/AlgorithmVisualizer

Repository files navigation

Algorithm Visualizer

A better visualization of different algorithms made with React.

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

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.

About

A better visualization of different algorithms made with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript95.0%
  • CSS3.6%
  • HTML1.4%