Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 962 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 962 Bytes

Sorting Visualizer

In programming, there are some basic types of sorting algorithms. In this project three types of sorting algorithms are coverd. They are Bubble sort, Selection sort and Merge sort. You can get a visual idea of how the sorting algorithm works..

Screenshot (12)

Language are used

HTML, CSS and JavaScript
(All sorting algorithms are written in JavaScript)
Some resources are collected from GeeksforGeeks (https://www.geeksforgeeks.org/)

For now implemented algorithm are

  1. Bubble Sort
  2. Selection Sort
  3. Merge Sort
    more soon...

Live at

https://sohamgoswami07.github.io/Sorting-Visualizer/

Creator

Created and developed by Soham Goswami..

For any kind of coding issue or queries, feel free to connect in

LinkedIn : https://www.linkedin.com/in/soham-goswami-2a5b84143/

Thanks for showing interest..