标签: algorithm sorting bubble-sort
在冒泡排序算法中对大小为n的数组进行排序需要多少步?
例如:一个大小为5的数组,需要多少步骤才能对它进行排序?
答案 0 :(得分:3)
这些是Bubblesort的各种复杂性