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.
- Host: GitHub
- URL: https://github.com/adityamishra1105/sortviz
- Owner: adityamishra1105
- License: mit
- Created: 2025-06-26T15:19:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-18T19:43:07.000Z (11 months ago)
- Last Synced: 2025-07-19T00:13:24.931Z (11 months ago)
- Topics: algorithm-visualizer, dsa, sorting, sorting-algorithms, sorting-algorithms-implemented, sorting-visualization, tim, typescript, webapp
- Language: TypeScript
- Homepage: https://algovizsort.netlify.app/
- Size: 130 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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