Sorting Visualization is a Kotlin-based mobile application that demonstrates different sorting algorithms that are available in computer science. Cool thing is that it has by default dark-mode :P
Currently, it can visualize the following sorting algorithms:
1. Bubble Sort
2. Merge Sort
3. Quick Sort
4. Selection Sort
5. Insertion Sort
You can choose between total number of list items you want to sort and just click the button and the app will do the rest.
Try it out, and let me know how it is at ydv1608@gmail.com
Currently, it can visualize the following sorting algorithms:
1. Bubble Sort
2. Merge Sort
3. Quick Sort
4. Selection Sort
5. Insertion Sort
You can choose between total number of list items you want to sort and just click the button and the app will do the rest.
Try it out, and let me know how it is at ydv1608@gmail.com
Show More