Skip to content

Visualization of different algorithms made with React. So far there are 6 segments :- Pathfinder, Prime Numbers, Sorting Algorithms, N Queen, Convex Hull, Binary Search, Game Recursion, Tree, Turing Machine. I have implemented a total of 23 algorithms so far

Notifications You must be signed in to change notification settings

VAIBHAV-25/VizALgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Visualizer -> VizAlgo

Visualization of different algorithms made with React.

So far there are 6 segments

  • Pathfinder
  • Prime Numbers
  • Sorting Algorithms
  • N Queen
  • Convex Hull
  • Binary Search Game
  • Recursion Tree
  • Turing Machine

I have implemented a total of 23 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

  • Archimedes Spiral

  • N Queen Backtracking

  • Graham Scan for Convex Hull

  • Binary Search

  • Recursion

    • Fibonacci Number
    • Binomial Coefficient
    • Derangement
    • Fast Exponentiation
    • Stirling Number of Second Kind
  • Turing Machine

    • Bitwise NOT
    • Increment one
    • 2's Compliment

Acknowledgement

I took inspirations from the following sources for some of the segments.

Inspiration for next sections

About

Visualization of different algorithms made with React. So far there are 6 segments :- Pathfinder, Prime Numbers, Sorting Algorithms, N Queen, Convex Hull, Binary Search, Game Recursion, Tree, Turing Machine. I have implemented a total of 23 algorithms so far

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published