From 49f41aefceb39b5b1a06a2f12c4a2fb9f1d5ecad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=89=E6=B1=9C123235?= <3370334382@qq.com> Date: Mon, 15 Apr 2024 16:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=92=E5=BA=8F=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/15898562.java | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 codes/15898562.java diff --git a/codes/15898562.java b/codes/15898562.java new file mode 100644 index 00000000..8540fe5a --- /dev/null +++ b/codes/15898562.java @@ -0,0 +1,12 @@ +public static void bubbleSort(int [] a, int n){ + for(int i=0;i