An open API service indexing awesome lists of open source software.

https://github.com/sohamgoswami07/sorting-visualizer

Visually interact with all kind of programming language's array sorting..
https://github.com/sohamgoswami07/sorting-visualizer

array-sorting arrays bubble-sort javascript javascript-sorting-arrays merge-sort selection-sort

Last synced: 11 months ago
JSON representation

Visually interact with all kind of programming language's array sorting..

Awesome Lists containing this project

README

          

# 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)](https://github.com/sohamgoswami07/sorting-visualizer/assets/65434681/74f65c02-0a5d-49d7-ab4b-c64a5759de1e)

# 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..