mirror of
https://gitee.com/coder-xiaomo/algorithm-visualization
synced 2025-09-07 21:31:37 +08:00
实现 快速排序算法
This commit is contained in:
@@ -41,6 +41,7 @@ var sortAlgorithm = {
|
||||
bubblesort: new BubbleSort(animation),
|
||||
selectionSort: new SelectionSort(animation),
|
||||
insertionSort: new InsertionSort(animation),
|
||||
randomQuickSort: new RandomQuickSort(animation),
|
||||
}
|
||||
|
||||
// 遍历每一种算法
|
||||
|
Reference in New Issue
Block a user