Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 558 Bytes

File metadata and controls

19 lines (14 loc) · 558 Bytes

visualize-sorting

Have better understanding of sorting algorithms by visualizing them.

Algorithms covered so far

  1. Bubble Sort
  2. Selection Sort
  3. Insertion Sort
  4. Merge Sort
  5. Quick Sort

Tech used

HTML, Css, BootStrap, JavaScript

Major Learnings from this project

  1. BootStrap: navbar and buttons.
  2. JavaScript: Creating HTML elements using Js, Js delay (SetTimeout), Async , Await and promises.

alt image