/Sorting-Algorithms-Visualizer-js

A Sorting Algorithms Visualizer coded in JavaScript for practice

Primary LanguageJavaScript

Sorting-Algorithms-Visualizer-js

A Sorting Algorithms Visualizer coded in JavaScript for practice.

Check out the website at: https://algo-visualizer-js.netlify.app Deployed on Netlify

A pesronal project created to learn more about JavaScript and sorting algorithms. Link to all algorithms used in app: https://www.geeksforgeeks.org/sorting-algorithms/?ref=lbp

js

Table of Contents
  1. General Info
  2. Usage
  3. Status
  4. Contact
  5. App Screenshots

App screenshots

chrome_WFOHWGtlAC chrome_wZ4eMy1bQU chrome_vF9SGlLLxD chrome_LC4Xsr1Xfa

General Info

  • This project is a personal task to practice and get a better idea by visualizing sorting algorithms after studying them.
  • The target learning outcomes are:
    • Further understand sorting algorithms
    • Practice JavaScript

Usage

  • Tap a button to sort the bars visually
  • Tap Randomize Array button to reset bars

Project Status

Project is: in progress

Contact

Created by [Vasil] - feel free to contact me! Guide used as template: https://www.crio.do/projects/javascript-sorting-visualiser/