Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 856 Bytes

File metadata and controls

24 lines (19 loc) · 856 Bytes

Sorting Visualizer

A progressive and responsive app created with HTML, CSS and Javascript.

Table of contents

General info

A progressive and fully responsive web application that allows the users to select the sorting algorithm, array size, and speed of the visualization. It can be helpful to understand and envision the sorting algorithms like bubble sort, selection sort, insertion sort, merge sort and quick sort.

Technologies

Project is created with:

  • HTML
  • CSS
  • Javascript

Features

The user can change the speed of the algorithms and select the size of the arrays. The operations are shown by different colors such as-

  • Comparison - Yellow
  • Swap - Blue
  • Elements in sorted position - Green

Optional Text