7 lines
No EOL
367 B
Markdown
7 lines
No EOL
367 B
Markdown
## Function
|
|
Visualizes different sorting alogrithms.
|
|
## How it works
|
|
The project sorts an array of bars with a chosen algorithm.
|
|
It highlights the switched bars by comparing the old and new bars array.
|
|
It plays the sound at the end via the p5js sound library. The frequency depends on the height of the bar.
|
|
Sound context must be activated with a click on the canvas. |