Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

iMPactCoder/AlgorithmVisualizer

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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
  • 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

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
  • Commit 20: Added Tree Structure

Acknowledgement

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

Note to self:

To deploy recent changes to page

npm run build
npm run deploy

Inspiration for next sections

About

A better visualization of different algorithms made with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.2%
  • CSS 2.8%
  • HTML 1.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.