https://github.com/shawaiz-khan/sorting-visualizer
A web app that visualizes sorting algorithms using React, Cpp and WebAssembly.
https://github.com/shawaiz-khan/sorting-visualizer
cpp react tailwindcss wasm webassembly
Last synced: 3 months ago
JSON representation
A web app that visualizes sorting algorithms using React, Cpp and WebAssembly.
- Host: GitHub
- URL: https://github.com/shawaiz-khan/sorting-visualizer
- Owner: shawaiz-khan
- License: mit
- Created: 2024-12-25T06:05:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T08:37:19.000Z (over 1 year ago)
- Last Synced: 2025-09-08T00:26:26.151Z (10 months ago)
- Topics: cpp, react, tailwindcss, wasm, webassembly
- Language: JavaScript
- Homepage: https://cppsortingvisualizer.vercel.app
- Size: 755 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sorting-visualizer
A web app that visualizes sorting algorithms using React and WebAssembly. The Bubble Sort algorithm is written in C++ and compiled to WebAssembly for fast performance.