From e8a441f32db3fe6ed2b67e8e19480cfa82aa9d24 Mon Sep 17 00:00:00 2001 From: zhuyi0517 <11909707+zhuyi0517@user.noreply.gitee.com> Date: Fri, 4 Nov 2022 05:50:52 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20zhuyi0517?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/zhuyi0517/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 codes/zhuyi0517/.keep diff --git a/codes/zhuyi0517/.keep b/codes/zhuyi0517/.keep new file mode 100644 index 000000000..e69de29bb -- Gitee From 8f911dceaba3b40fafab20e516e873e59292262a Mon Sep 17 00:00:00 2001 From: zhuyi0517 <11909707+zhuyi0517@user.noreply.gitee.com> Date: Fri, 4 Nov 2022 05:51:38 +0000 Subject: [PATCH 2/2] update codes/zhuyi0517/.keep. Signed-off-by: zhuyi0517 <11909707+zhuyi0517@user.noreply.gitee.com> --- codes/zhuyi0517/.keep | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/codes/zhuyi0517/.keep b/codes/zhuyi0517/.keep index e69de29bb..c04f3701e 100644 --- a/codes/zhuyi0517/.keep +++ b/codes/zhuyi0517/.keep @@ -0,0 +1,12 @@ +/** + * 冒泡排序函数 + * aa bb cc + * @param a 待排序的数组 + * @param n 待排序的数组长度 + */ +public static void bubbleSort(int [] a, int n){ + // 你的代码,使无序数组 a 变得有序 + ... + ... + +} //end -- Gitee