https://github.com/nitish4kumar/sorting-visualizer
Developed an interactive Sorting Visualizer using HTML, CSS, and JavaScript. The application features start and stop buttons, algorithm selection, and real-time visualization of sorting algorithms, such as Bubble Sort, Merge Sort, and Quick Sort. This tool aims to enhance the understanding of sorting techniques by providing a visual representation
https://github.com/nitish4kumar/sorting-visualizer
dsa-algorithm html-css-javascript sorting-algorithms
Last synced: 2 months ago
JSON representation
Developed an interactive Sorting Visualizer using HTML, CSS, and JavaScript. The application features start and stop buttons, algorithm selection, and real-time visualization of sorting algorithms, such as Bubble Sort, Merge Sort, and Quick Sort. This tool aims to enhance the understanding of sorting techniques by providing a visual representation
- Host: GitHub
- URL: https://github.com/nitish4kumar/sorting-visualizer
- Owner: Nitish4Kumar
- Created: 2024-07-05T08:57:28.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T08:35:17.000Z (12 months ago)
- Last Synced: 2025-04-25T15:25:43.324Z (2 months ago)
- Topics: dsa-algorithm, html-css-javascript, sorting-algorithms
- Language: JavaScript
- Homepage: https://ch5t0npzltwmcikhzpxypw.on.drv.tw/Shorting%20Visualizer/
- Size: 10.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorting-Visualizer
Developed an interactive Sorting Visualizer using HTML, CSS, and JavaScript. The application features start and stop buttons, algorithm selection, and real-time visualization of sorting algorithms, such as Bubble Sort, Merge Sort, and Quick Sort. This tool aims to enhance the understanding of sorting techniques by providing a visual representation of the algorithm's process. It dynamically updates the display as the sorting progresses, making it easier to grasp the concepts and efficiency of different sorting methods.