From 0e7dc67d9d42c39d1f6084652e23110de89b1c96 Mon Sep 17 00:00:00 2001 From: yhh <359807859@qq.com> Date: Thu, 10 Dec 2020 11:18:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=8F=82=E8=80=83=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/src/Utils/ArrayUtils.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/src/Utils/ArrayUtils.ts b/source/src/Utils/ArrayUtils.ts index 9863f8b4..15c7a3d2 100644 --- a/source/src/Utils/ArrayUtils.ts +++ b/source/src/Utils/ArrayUtils.ts @@ -1,8 +1,7 @@ class ArrayUtils { /** * 执行冒泡排序 - * @param ary - * 算法参考 -- http://www.hiahia.org/datastructure/paixu/paixu8.3.1.1-1.htm + * @param ary */ public static bubbleSort(ary: number[]): void { let isExchange: Boolean = false;