This project was build using only Svelte and Generator functions for sorting.
gh pr clone guilherssousa/sort-visualizer
pnpm install
pnpm dev
You can add new sorting algorithms on the src/lib/implementations.ts
, using Generator Functions.
Also, please add a test in tests/sort.test.ts
to check if the
sort algo is working correctly.