Using visualisation to explore different sorting algorithms.
Built using Svelte, TypeScript, HTML Canvas and JavaScript Generators.
You'll need the latest LTS version of Node.js installed.
npm i
npm run dev
Navigate to localhost:5000. You should see the app running.
To create an optimised version of the app:
npm run build
You can run the built app with:
npm run start
or just serve the /public
folder.
Made by Mike Simmonds