可视化各种排序算法(例如冒泡排序,选择排序,快速排序等)的移动App
可视化各种排序算法(例如冒泡排序,选择排序,快速排序等)的移动App
JavaScript Flutter开发
共31Star
详细介绍
Sorting Visualiser
This is a simple sorting visualisation app built using the flutter framework. The user can select sorting algorithms like Bubble sort, Selection sort, Insertion sort, Quick sort etc. to be visualised using an array of vertically drawn lines on the screen.
Currently 7 sorting algorithms namely bubble sort, selection sort, Insertion sort, quick sort, merge sort, heap sort and gnome sort have been implemented.