From 3aa63e1a38f18f16da679f4f086acbc8ff135752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=85=E6=80=A5=E9=80=81?= <1943684694@qq.com> Date: Thu, 14 Nov 2024 06:27:16 +0000 Subject: [PATCH 01/12] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20Chesed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/Chesed/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 codes/Chesed/.keep diff --git a/codes/Chesed/.keep b/codes/Chesed/.keep new file mode 100644 index 000000000..e69de29bb -- Gitee From 1e108e03ece0fa1a1b96db44471ed210c3d2d0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=85=E6=80=A5=E9=80=81?= <1943684694@qq.com> Date: Thu, 14 Nov 2024 06:28:53 +0000 Subject: [PATCH 02/12] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/Chesed/18676140.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 codes/Chesed/18676140.java diff --git a/codes/Chesed/18676140.java b/codes/Chesed/18676140.java new file mode 100644 index 000000000..0080c6c39 --- /dev/null +++ b/codes/Chesed/18676140.java @@ -0,0 +1,17 @@ + +public static void bubbleSort(int[]arr,int n){ + boolean swap; + for(int i=0;iarr[j+1]]){ + int temp = arr[j]; + arr[j]=arr[j+1]; + arr[j+1]=temp; + } + if(!swap){ + break; + } + } + } +} \ No newline at end of file -- Gitee From 1c00104a3e7b29fd53b1f840ff5f258e447256b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=85=E6=80=A5=E9=80=81?= <1943684694@qq.com> Date: Thu, 14 Nov 2024 06:29:06 +0000 Subject: [PATCH 03/12] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20co?= =?UTF-8?q?des/Chesed/.keep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/Chesed/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 codes/Chesed/.keep diff --git a/codes/Chesed/.keep b/codes/Chesed/.keep deleted file mode 100644 index e69de29bb..000000000 -- Gitee From 774741ba4c45d756d90d6114d33470b7aadd4660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=85=E6=80=A5=E9=80=81?= <1943684694@qq.com> Date: Thu, 14 Nov 2024 06:39:00 +0000 Subject: [PATCH 04/12] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20co?= =?UTF-8?q?des/Chesed/18676140.java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/Chesed/18676140.java | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 codes/Chesed/18676140.java diff --git a/codes/Chesed/18676140.java b/codes/Chesed/18676140.java deleted file mode 100644 index 0080c6c39..000000000 --- a/codes/Chesed/18676140.java +++ /dev/null @@ -1,17 +0,0 @@ - -public static void bubbleSort(int[]arr,int n){ - boolean swap; - for(int i=0;iarr[j+1]]){ - int temp = arr[j]; - arr[j]=arr[j+1]; - arr[j+1]=temp; - } - if(!swap){ - break; - } - } - } -} \ No newline at end of file -- Gitee From b5b4637af6a5377a1b15d75611c30ae74cce26dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=85=E6=80=A5=E9=80=81?= <1943684694@qq.com> Date: Thu, 14 Nov 2024 06:39:34 +0000 Subject: [PATCH 05/12] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20Chesed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/Chesed/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 codes/Chesed/.keep diff --git a/codes/Chesed/.keep b/codes/Chesed/.keep new file mode 100644 index 000000000..e69de29bb -- Gitee From cd3299668a1553ca795946d6863dbd502310da04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=85=E6=80=A5=E9=80=81?= <1943684694@qq.com> Date: Thu, 14 Nov 2024 06:40:54 +0000 Subject: [PATCH 06/12] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 宅急送 <1943684694@qq.com> --- codes/Chesed/18676140.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 codes/Chesed/18676140.java diff --git a/codes/Chesed/18676140.java b/codes/Chesed/18676140.java new file mode 100644 index 000000000..7f640e280 --- /dev/null +++ b/codes/Chesed/18676140.java @@ -0,0 +1,18 @@ + +public static void bubbleSort(int[]arr,int n){ + boolean swap; + for(int i=0;iarr[j+1]]){ + int temp = arr[j]; + arr[j]=arr[j+1]; + arr[j+1]=temp; + swap = ture; + } + if(!swap){ + break; + } + } + } +} \ No newline at end of file -- Gitee From d8685039fb5ed5777b7c00bb0b3ab5b442ff52a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=85=E6=80=A5=E9=80=81?= <1943684694@qq.com> Date: Thu, 14 Nov 2024 06:41:24 +0000 Subject: [PATCH 07/12] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20co?= =?UTF-8?q?des/Chesed/18676140.java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/Chesed/18676140.java | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 codes/Chesed/18676140.java diff --git a/codes/Chesed/18676140.java b/codes/Chesed/18676140.java deleted file mode 100644 index 7f640e280..000000000 --- a/codes/Chesed/18676140.java +++ /dev/null @@ -1,18 +0,0 @@ - -public static void bubbleSort(int[]arr,int n){ - boolean swap; - for(int i=0;iarr[j+1]]){ - int temp = arr[j]; - arr[j]=arr[j+1]; - arr[j+1]=temp; - swap = ture; - } - if(!swap){ - break; - } - } - } -} \ No newline at end of file -- Gitee From f98176fb956e83f95a16128e2fc491d2d969fc32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=85=E6=80=A5=E9=80=81?= <1943684694@qq.com> Date: Thu, 14 Nov 2024 06:42:57 +0000 Subject: [PATCH 08/12] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 宅急送 <1943684694@qq.com> --- codes/Chesed/18676140.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 codes/Chesed/18676140.java diff --git a/codes/Chesed/18676140.java b/codes/Chesed/18676140.java new file mode 100644 index 000000000..971d325fb --- /dev/null +++ b/codes/Chesed/18676140.java @@ -0,0 +1,18 @@ + +public static void bubbleSort(int[]arr,int n){ + boolean swap; + for(int i=0;iarr[j+1]]){ + int temp = arr[j]; + arr[j]=arr[j+1]; + arr[j+1]=temp; + swap = true; + } + if(!swap){ + break; + } + } + } +} \ No newline at end of file -- Gitee From f28bc651cfdd45eb913c475047d6a5d01eb7b640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=85=E6=80=A5=E9=80=81?= <1943684694@qq.com> Date: Thu, 14 Nov 2024 06:43:28 +0000 Subject: [PATCH 09/12] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20co?= =?UTF-8?q?des/Chesed/.keep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/Chesed/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 codes/Chesed/.keep diff --git a/codes/Chesed/.keep b/codes/Chesed/.keep deleted file mode 100644 index e69de29bb..000000000 -- Gitee From 5ba82950cabacb7ee625ab24d20fd886fc88acc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=85=E6=80=A5=E9=80=81?= <1943684694@qq.com> Date: Thu, 14 Nov 2024 06:59:11 +0000 Subject: [PATCH 10/12] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20codes/Chese?= =?UTF-8?q?d/18676140.java=20=E4=B8=BA=20codes/Chesed/1867.java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/Chesed/{18676140.java => 1867.java} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename codes/Chesed/{18676140.java => 1867.java} (100%) diff --git a/codes/Chesed/18676140.java b/codes/Chesed/1867.java similarity index 100% rename from codes/Chesed/18676140.java rename to codes/Chesed/1867.java -- Gitee From 66660b10a32c35c30b60f178bfb57efe526fc88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=85=E6=80=A5=E9=80=81?= <1943684694@qq.com> Date: Thu, 14 Nov 2024 06:59:33 +0000 Subject: [PATCH 11/12] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 宅急送 <1943684694@qq.com> --- codes/Chesed/18676140.java | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 codes/Chesed/18676140.java diff --git a/codes/Chesed/18676140.java b/codes/Chesed/18676140.java new file mode 100644 index 000000000..d023b60e3 --- /dev/null +++ b/codes/Chesed/18676140.java @@ -0,0 +1,24 @@ +/** + * ð + * aa bb cc + * @param a + * @param n 鳤 + */ + public static void bubbleSort(int[]arr,int n){ + boolean swap; + for(int i=0;iarr[j+1]]){ + int temp = arr[j]; + arr[j]=arr[j+1]; + arr[j+1]=temp; + swap = true; + } + } + if(!swap){ + break; + } + } +} +//end \ No newline at end of file -- Gitee From fd92b4db28ee94a31475647a4e0db29dc14eed4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=85=E6=80=A5=E9=80=81?= <1943684694@qq.com> Date: Thu, 14 Nov 2024 06:59:38 +0000 Subject: [PATCH 12/12] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20co?= =?UTF-8?q?des/Chesed/1867.java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/Chesed/1867.java | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 codes/Chesed/1867.java diff --git a/codes/Chesed/1867.java b/codes/Chesed/1867.java deleted file mode 100644 index 971d325fb..000000000 --- a/codes/Chesed/1867.java +++ /dev/null @@ -1,18 +0,0 @@ - -public static void bubbleSort(int[]arr,int n){ - boolean swap; - for(int i=0;iarr[j+1]]){ - int temp = arr[j]; - arr[j]=arr[j+1]; - arr[j+1]=temp; - swap = true; - } - if(!swap){ - break; - } - } - } -} \ No newline at end of file -- Gitee