Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.07 KB

Algorithm-sort

Overview

Welcome to the Sorting Algorithms Visualization project! This UI-based tool is designed to help you understand and visualize how different sorting algorithms work. The application demonstrates execution of the following sorting algorithms:

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

Features

  • Interactive Visualizations: Watch the algorithms sort data in real-time, with visual highlights showing key operations such as comparisons, swaps, and merges.
  • Step-by-Step Execution: Control the pace of the algorithm execution and the size of the array using the cursor on the UI.

Getting Started

Installation

1.Clone the Repo to your local Machine -

https://github.com/kartik1365/Algorithm-sort

2.Open index.html to open the webpage image

You can also adjust the size of the array and the speed of the flow of algrorithm using the slider on the UI.