- Notifications
You must be signed in to change notification settings - Fork0
A web app to visualize sorting algorithms by adjusting speeds and sample sizes.
License
KyleSmith0905/Sorting-Algorithm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
View sorting algorithmshere.
Simply prepare your favorite modern browser.
Navigate tohttps://sorting-algorithm-jet.vercel.app/.
To select a specific sorting algorithm:
a. Press the button on the top of the page after the "Sorting with" text.
b. Press on any of the buttons displayed.
To customize graph, sound, samples, or sorting:
a. Look either below the graph or to the right. Click on the menu, for example:Sound Settings.
b. Look over the slider menu that appeared below the menu containing button you clicked.
c. To change an option, slide the square along the slider.
If you wanted to add additional algorithms, such as sorting algorithms. Navigate tosrc/settings/{Setting Name}
and create a.ts
file. To help with when creating algorithms, please take these advice.
Settings Name | Advice |
---|---|
Sorting Algorithm | data parameter asany .StoogeSort.ts for better understanding.for(a; b; c) {d} with:a; if (b) { d }; c . Refer toGnomeSort.ts for better understanding.data.highlight . Define the most important coordinate todata.actionPoint |
Graph Color | |
Graph Type | graphData parameter asany . |
Sample Type | |
Sample Order | |
Sound Type |
It's better to contribute something small/broken than to contribute nothing.
About
A web app to visualize sorting algorithms by adjusting speeds and sample sizes.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.