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

https://github.com/adityamishra1105/sortviz

Visualizes popular sorting algorithms with animations using Builder.io and TypeScript.
https://github.com/adityamishra1105/sortviz

algorithm-visualizer dsa sorting sorting-algorithms sorting-algorithms-implemented sorting-visualization tim typescript webapp

Last synced: 27 days ago
JSON representation

Visualizes popular sorting algorithms with animations using Builder.io and TypeScript.

Awesome Lists containing this project

README

          

SortViz – Sorting Algorithm Visualizer


A single-page application to visualise popular sorting algorithms with clean animations and educational UI

Built with Builder.io and exported as a React-compatible frontend project.

---

🚀 Demo



---

📚 Features

- Real-time visualisation of sorting algorithms
- Smooth animations and colour-coded operations
- SPA architecture for a seamless experience
- Responsive and mobile-friendly UI
- Organised layout for code explanation and learning

---

📊 Algorithms Implemented

- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Heap Sort
- Shell Sort
- Count Sort
- Radix Sort
- Bucket Sort
- Tim Sort

---

🧰 Tech Stack

| Technology | Role |
|----------------|-------------------------------|
| Builder.io | Visual Layout / CMS Export |
| HTML/CSS/JS | Core structure & styling |
| Java | Logic implementation reference|
| Netlify/Vercel | Deployment |

---

🛠️ Getting Started

```bash
git clone https://github.com/adityamishra1105/SortViz.git
cd SortViz
npm install
npm run dev