Code Monkey home page Code Monkey logo

sorting-visualized's Introduction

Sorting, Visualized.

A slick looking and fully featured sorting visualizer. My own spin-off of the dozens sorting visualizers out there. This is primarily to reinforce my knowledge in algorithms and web development.

Features

  1. Visualize different Sorting Algorithms.

    • Selection Sort
    • Bubble Sort
    • Insertion Sort
    • Merge Sort
    • Quick Sort
  2. Generate Arrays to Sort.

    • Choose Array Lenght (Small, Medium Large).
    • Choose Array Variation (Unique, Random, Reversed, Nearly Sorted).
  3. Play and Pause Visualization in real-time.

    • Next and Previous buttons for step-by-step visualization.
    • Adjust visualization speed (1x to 5x).
  4. Multi-Visualizations.

    • Single, Double and Quadruple screens.

Setup

  1. Clone the repository.
git clone https://github.com/Dwyte/sorting-visualized.git
  1. Go to the directory and install Dependencies.
npm install
  1. Run the project locally.
npm run start
  1. Create a build.
npm run build
  1. Deploy to github pages..
npm run deploy

Demo

DemoGIF00

Screenshots

Screenshot00 Screenshot01 Screenshot02 Screenshot03 Screenshot04

sorting-visualized's People

Contributors

dwyte avatar

Stargazers

Carl Justine G. Mosquida avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.