移除参考依赖

This commit is contained in:
yhh
2020-12-10 11:18:56 +08:00
parent f38b5261d5
commit 0e7dc67d9d

View File

@@ -1,8 +1,7 @@
class ArrayUtils { class ArrayUtils {
/** /**
* 执行冒泡排序 * 执行冒泡排序
* @param ary * @param ary
* 算法参考 -- http://www.hiahia.org/datastructure/paixu/paixu8.3.1.1-1.htm
*/ */
public static bubbleSort(ary: number[]): void { public static bubbleSort(ary: number[]): void {
let isExchange: Boolean = false; let isExchange: Boolean = false;