All Projects → stoicaandrei → sorting-visualizer

stoicaandrei / sorting-visualizer

Licence: MIT license
A cool sorting visualizer where you can edit the algorithms

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to sorting-visualizer

Sorting-Visualizer
📊 Sorting.Visualizer is a web app for visualizing a bunch of different sorting algorithms Like Selection Sort, Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, Heap Sort With the functionality of (Speed Control) and (Array Size Control)...
Stars: ✭ 37 (-21.28%)
Mutual labels:  sorting-visualization
Sorting-Visualizer
A python based sorting visualizer built with the help of Matplotlib animations
Stars: ✭ 15 (-68.09%)
Mutual labels:  sorting-visualization
Sorting-Visualiser
A mobile application that visualizes various sorting algorithms such as Bubble sort, selection sort, quick sort etc. The sorting process is visualized as the rearrangement of vertical lines of different lengths from shortest to tallest.
Stars: ✭ 32 (-31.91%)
Mutual labels:  sorting-visualization

Sorting Visualizer

A cool sorting visualizer where you can edit the algorithms. Demo here

FeaturesHow To UseCreditsLicense

screenshot

Features

  • Sorting Visualising
  • Algorithm selection
  • Algorithm tweaking & rewriting
  • Adjustable speed and size
  • Custom array input

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/stoicaandrei/sorting-visualizer

# Go into the repository
$ cd sorting-visualizer

# Install dependencies
$ yarn install

# Run the app
$ yarn start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Credits

This webapp uses the following open source packages:

License

MIT


stoica.dev  ·  GitHub @stoicaandrei  · 

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].