This repository is created to make the learning of data sorting algorithm fun and interactive. Currently, the presentation only consists of a few more commonly known data sorting algorithms but can easily extend it for others. It is built with Vue.js and quasar framework for the UI.
Play with the Demo Page.
- Set new data array
- Scroll on graph to go to next step
- Animate single or graphs (vertically, horizontally or all)
- Togglable controller, steps counting value, and data value
- to show the pseudocode algorithm
- to be able to enlarge a single sorting algorithm
yarn
quasar dev
yarn run lint
yarn test:unit:ci
quasar build