Skip to content

Exclearf/algorithms-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript App with React to visualize various sorting algorithms. W.I.P. 1


Description

Sorting algorithms available:

  • Bubble sort;
  • Insertion sort;
  • Merge sort;
  • Quick sort;
  • Selection sort;
  • Counting sort;

Many different features are yet to come! Psst..😅 Rumor has it that there are going to be:

  • Bogo sort;
  • Radix sort;
  • Heap sort;
  • Visual and hardware speed of execution;
  • Custom delay value;
  • Dynamically generated graphs with the speed of execution;
  • Side-by-side algorithms comparison in real time; And much more to come...

How to install

  1. Clone the repository from GitHUB.
  2. Run npm start in your preferred IDE's terminal.
  3. Wait for webpage to open in your default browser.

How to use

  1. Choose an algorithm from avaliable options.
  2. Select a desired amount of items in your set.
  3. Press the button "SORT" and watch magic happen! 🪄

Several interesting facts are known to inhabit this section 😉

Footnotes

  1. Originally inspired by a project at the Uniwersytet Łódzki.

About

A simple React app, which gives a proper visualizing of some sorting algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors