MastanSayyad / Visual-Sort

Visual Sort is a web-based sorting algorithm visualization tool built using HTML, CSS, Bootstrap, SCSS, and JavaScript. This project provides an interactive way to visualize various sorting algorithms in action, helping users understand how different algorithms work and their efficiency in sorting data.
https://visual-sort-pink.vercel.app/
MIT License
9 stars 19 forks source link

Add counting sort in the list of sorting techniques #14

Open Kaustav2410 opened 1 week ago

MastanSayyad commented 1 week ago

Add more context with screenshots @Kaustav2410

Kaustav2410 commented 1 week ago

Short Description in HomePage Proper Responsive WebPage dedicated to Counting sort Video Lectures: Learn the concept visually with video tutorials. Concise Notes: Grasp the core principles with clear and focused notes. Interactive Code: Experiment and delve deeper with implemented code examples. Practice Problems: Test your understanding with challenging questions. Performance Analysis: Discover Counting Sort's time and space efficiency.