Interactive, lightweight visualization of the "Thanos Sort" idea: the app repeatedly removes roughly half of the array until perfectly balanced; as all things should be.
https://farzanuddin.github.io/thanos/
Just a small focused interactive visualization built on Svelte and Vite. Kind of a gimmick, but also an opportunity to just explore Svelte docs.
Snap to balance step-by-step until the array is sorted.| Technology | Version | Role |
|---|---|---|
| Svelte | ^4.0.0 | UI framework |
| Vite | ^4.4.9 | Build tool & dev server |
| @sveltejs/vite-plugin-svelte | ^2.0.0 | Svelte integration for Vite |
npm install
npm run dev