Skip to content

dynamo134/Algorithm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Visualizer

A better visualization of different algorithms made with React.

So far there are 6 segments

  • Pathfinder
  • Prime Numbers
  • Sorting Algorithms
  • N Queen
  • Binary Search Game
  • Recursion Tree

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

Algorithms implemented

  • DFS
  • BFS
  • Dijkstra
  • A star
  • Recursive Maze Creation
  • Bubble sort
  • Selection sort
  • Insertion sort
  • Heap sort
  • Merge sort
  • Quick sort
  • Sieve of Eratosthenes
  • N Queen Backtracking
  • Binary Search
  • Recursion
    • Fibonacci Number
    • Binomial Coefficient

About

A code repo for the Algorithm visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published