Skip to content

kartik1365/Algorithm-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

Its a website for visualising sorting algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published