From 1a901a2157e4c39606ccb3baf54bcbd715d888b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 12:57:11 +0000 Subject: [PATCH 01/34] =?UTF-8?q?add=202209040029/leetcode=E5=A5=87?= =?UTF-8?q?=E6=95=B0=E5=AD=90=E9=9B=86=E6=B1=82=E5=92=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- ...5\255\220\351\233\206\346\261\202\345\222\214" | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 "2209040029/leetcode\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" diff --git "a/2209040029/leetcode\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" "b/2209040029/leetcode\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" new file mode 100644 index 00000000..ed85dada --- /dev/null +++ "b/2209040029/leetcode\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" @@ -0,0 +1,15 @@ +int sumOddLengthSubarrays(int* arr, int arrSize) +{ + int sum=0; + for(int i=0;i Date: Sat, 9 Sep 2023 13:00:26 +0000 Subject: [PATCH 02/34] =?UTF-8?q?add=202209040029/leetcode=E4=B8=A4?= =?UTF-8?q?=E6=95=B0=E4=B9=8B=E5=92=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- ...0\244\346\225\260\344\271\213\345\222\214" | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 "2209040029/leetcode\344\270\244\346\225\260\344\271\213\345\222\214" diff --git "a/2209040029/leetcode\344\270\244\346\225\260\344\271\213\345\222\214" "b/2209040029/leetcode\344\270\244\346\225\260\344\271\213\345\222\214" new file mode 100644 index 00000000..d58d585d --- /dev/null +++ "b/2209040029/leetcode\344\270\244\346\225\260\344\271\213\345\222\214" @@ -0,0 +1,19 @@ +int* twoSum(int* nums, int numsSize, int target, int* returnSize) +{ +int i=0,j=0; +int *a=(int*)malloc(sizeof(int)*2); +for(i=0;i Date: Sat, 9 Sep 2023 13:04:16 +0000 Subject: [PATCH 03/34] =?UTF-8?q?rename=202209040029/leetcode=E4=B8=A4?= =?UTF-8?q?=E6=95=B0=E4=B9=8B=E5=92=8C=20to=202209040029/leetcode.cpp?= =?UTF-8?q?=E4=B8=A4=E6=95=B0=E4=B9=8B=E5=92=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- .../leetcode.cpp\344\270\244\346\225\260\344\271\213\345\222\214" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "2209040029/leetcode\344\270\244\346\225\260\344\271\213\345\222\214" => "2209040029/leetcode.cpp\344\270\244\346\225\260\344\271\213\345\222\214" (100%) diff --git "a/2209040029/leetcode\344\270\244\346\225\260\344\271\213\345\222\214" "b/2209040029/leetcode.cpp\344\270\244\346\225\260\344\271\213\345\222\214" similarity index 100% rename from "2209040029/leetcode\344\270\244\346\225\260\344\271\213\345\222\214" rename to "2209040029/leetcode.cpp\344\270\244\346\225\260\344\271\213\345\222\214" -- Gitee From 5888164dafee54f7031ba7049184d7aa62c1305a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:04:43 +0000 Subject: [PATCH 04/34] =?UTF-8?q?rename=202209040029/leetcode=E5=A5=87?= =?UTF-8?q?=E6=95=B0=E5=AD=90=E9=9B=86=E6=B1=82=E5=92=8C=20to=202209040029?= =?UTF-8?q?/leetcode.cpp=E5=A5=87=E6=95=B0=E5=AD=90=E9=9B=86=E6=B1=82?= =?UTF-8?q?=E5=92=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- ...7\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "2209040029/leetcode\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" => "2209040029/leetcode.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" (100%) diff --git "a/2209040029/leetcode\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" "b/2209040029/leetcode.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" similarity index 100% rename from "2209040029/leetcode\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" rename to "2209040029/leetcode.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" -- Gitee From c3ca6390c6c94192dfe939cd170897d3be0e0722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:05:52 +0000 Subject: [PATCH 05/34] =?UTF-8?q?rename=202209040029/leetcode.cpp=E4=B8=A4?= =?UTF-8?q?=E6=95=B0=E4=B9=8B=E5=92=8C=20to=202209040029/lc.cpp=E4=B8=A4?= =?UTF-8?q?=E6=95=B0=E4=B9=8B=E5=92=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- .../lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "2209040029/leetcode.cpp\344\270\244\346\225\260\344\271\213\345\222\214" => "2209040029/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" (100%) diff --git "a/2209040029/leetcode.cpp\344\270\244\346\225\260\344\271\213\345\222\214" "b/2209040029/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" similarity index 100% rename from "2209040029/leetcode.cpp\344\270\244\346\225\260\344\271\213\345\222\214" rename to "2209040029/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" -- Gitee From a7a5a2c5c4cf1e20c02fa93d76fcb6e5b1bbecea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:06:08 +0000 Subject: [PATCH 06/34] =?UTF-8?q?rename=202209040029/leetcode.cpp=E5=A5=87?= =?UTF-8?q?=E6=95=B0=E5=AD=90=E9=9B=86=E6=B1=82=E5=92=8C=20to=202209040029?= =?UTF-8?q?/lc.cpp=E5=A5=87=E6=95=B0=E5=AD=90=E9=9B=86=E6=B1=82=E5=92=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- ...7\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "2209040029/leetcode.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" => "2209040029/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" (100%) diff --git "a/2209040029/leetcode.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" "b/2209040029/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" similarity index 100% rename from "2209040029/leetcode.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" rename to "2209040029/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" -- Gitee From 9a6f29bcaba20e62fac2b7da8d81e5237c95e8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:06:51 +0000 Subject: [PATCH 07/34] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20lc.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2209040029/lc.cpp/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 2209040029/lc.cpp/.keep diff --git a/2209040029/lc.cpp/.keep b/2209040029/lc.cpp/.keep new file mode 100644 index 00000000..e69de29b -- Gitee From b3a96d2115de39160e24fa68e922a117aa185f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:09:58 +0000 Subject: [PATCH 08/34] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=2022?= =?UTF-8?q?09040029?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2209040029/lc.cpp/.keep | 0 ...0\244\346\225\260\344\271\213\345\222\214" | 19 ------------------- ...5\220\351\233\206\346\261\202\345\222\214" | 15 --------------- 3 files changed, 34 deletions(-) delete mode 100644 2209040029/lc.cpp/.keep delete mode 100644 "2209040029/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" delete mode 100644 "2209040029/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" diff --git a/2209040029/lc.cpp/.keep b/2209040029/lc.cpp/.keep deleted file mode 100644 index e69de29b..00000000 diff --git "a/2209040029/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" "b/2209040029/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" deleted file mode 100644 index d58d585d..00000000 --- "a/2209040029/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" +++ /dev/null @@ -1,19 +0,0 @@ -int* twoSum(int* nums, int numsSize, int target, int* returnSize) -{ -int i=0,j=0; -int *a=(int*)malloc(sizeof(int)*2); -for(i=0;i Date: Sat, 9 Sep 2023 13:11:56 +0000 Subject: [PATCH 09/34] =?UTF-8?q?add=202209040029/chapter=201/lc.cpp?= =?UTF-8?q?=E4=B8=A4=E6=95=B0=E4=B9=8B=E5=92=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- ...0\244\346\225\260\344\271\213\345\222\214" | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 "2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" diff --git "a/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" "b/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" new file mode 100644 index 00000000..d58d585d --- /dev/null +++ "b/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" @@ -0,0 +1,19 @@ +int* twoSum(int* nums, int numsSize, int target, int* returnSize) +{ +int i=0,j=0; +int *a=(int*)malloc(sizeof(int)*2); +for(i=0;i Date: Sat, 9 Sep 2023 13:12:45 +0000 Subject: [PATCH 10/34] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=2022?= =?UTF-8?q?09040029/chapter=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...0\244\346\225\260\344\271\213\345\222\214" | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 "2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" diff --git "a/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" "b/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" deleted file mode 100644 index d58d585d..00000000 --- "a/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" +++ /dev/null @@ -1,19 +0,0 @@ -int* twoSum(int* nums, int numsSize, int target, int* returnSize) -{ -int i=0,j=0; -int *a=(int*)malloc(sizeof(int)*2); -for(i=0;i Date: Sat, 9 Sep 2023 13:13:23 +0000 Subject: [PATCH 11/34] add 2209040029/leetcode. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- 2209040029/leetcode | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 2209040029/leetcode diff --git a/2209040029/leetcode b/2209040029/leetcode new file mode 100644 index 00000000..e69de29b -- Gitee From e84cf7376b9d61c13cecccba9c620e4055a0346a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:13:42 +0000 Subject: [PATCH 12/34] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20chapter=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2209040029/chapter 1/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 2209040029/chapter 1/.keep diff --git a/2209040029/chapter 1/.keep b/2209040029/chapter 1/.keep new file mode 100644 index 00000000..e69de29b -- Gitee From d12124d52ec41f15d31c0a0a6bec7e002c7a34ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:14:07 +0000 Subject: [PATCH 13/34] =?UTF-8?q?add=202209040029/chapter=201/lc.cpp?= =?UTF-8?q?=E4=B8=A4=E6=95=B0=E4=B9=8B=E5=92=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- ...0\244\346\225\260\344\271\213\345\222\214" | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 "2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" diff --git "a/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" "b/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" new file mode 100644 index 00000000..d58d585d --- /dev/null +++ "b/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" @@ -0,0 +1,19 @@ +int* twoSum(int* nums, int numsSize, int target, int* returnSize) +{ +int i=0,j=0; +int *a=(int*)malloc(sizeof(int)*2); +for(i=0;i Date: Sat, 9 Sep 2023 13:14:15 +0000 Subject: [PATCH 14/34] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=2022?= =?UTF-8?q?09040029/leetcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2209040029/leetcode | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 2209040029/leetcode diff --git a/2209040029/leetcode b/2209040029/leetcode deleted file mode 100644 index e69de29b..00000000 -- Gitee From b6d2dac86df0ee1d6abad4121a81482b205f1bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:15:36 +0000 Subject: [PATCH 15/34] =?UTF-8?q?add=202209040029/chapter=201/lc.cpp?= =?UTF-8?q?=E5=A5=87=E6=95=B0=E5=AD=90=E9=9B=86=E6=B1=82=E5=92=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- ...5\255\220\351\233\206\346\261\202\345\222\214" | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 "2209040029/chapter 1/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" diff --git "a/2209040029/chapter 1/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" "b/2209040029/chapter 1/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" new file mode 100644 index 00000000..fd3f17ba --- /dev/null +++ "b/2209040029/chapter 1/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" @@ -0,0 +1,15 @@ +int sumOddLengthSubarrays(int* arr, int arrSize) +{ + int sum=0; + for(int i=0;i Date: Sat, 9 Sep 2023 13:16:30 +0000 Subject: [PATCH 16/34] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20chapter=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2209040029/chapter 1/chapter 2/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 2209040029/chapter 1/chapter 2/.keep diff --git a/2209040029/chapter 1/chapter 2/.keep b/2209040029/chapter 1/chapter 2/.keep new file mode 100644 index 00000000..e69de29b -- Gitee From a5767be56a410fd26923b54123d1297c7720a42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:16:45 +0000 Subject: [PATCH 17/34] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=2022?= =?UTF-8?q?09040029/chapter=201/chapter=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2209040029/chapter 1/chapter 2/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 2209040029/chapter 1/chapter 2/.keep diff --git a/2209040029/chapter 1/chapter 2/.keep b/2209040029/chapter 1/chapter 2/.keep deleted file mode 100644 index e69de29b..00000000 -- Gitee From 95f1a79e8c58b77d01d256d6f7f4ec931afa0996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:18:03 +0000 Subject: [PATCH 18/34] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=2022?= =?UTF-8?q?09040029/chapter=201/lc.cpp=E4=B8=A4=E6=95=B0=E4=B9=8B=E5=92=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...0\244\346\225\260\344\271\213\345\222\214" | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 "2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" diff --git "a/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" "b/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" deleted file mode 100644 index d58d585d..00000000 --- "a/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" +++ /dev/null @@ -1,19 +0,0 @@ -int* twoSum(int* nums, int numsSize, int target, int* returnSize) -{ -int i=0,j=0; -int *a=(int*)malloc(sizeof(int)*2); -for(i=0;i Date: Sat, 9 Sep 2023 13:18:09 +0000 Subject: [PATCH 19/34] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=2022?= =?UTF-8?q?09040029/chapter=201/lc.cpp=E5=A5=87=E6=95=B0=E5=AD=90=E9=9B=86?= =?UTF-8?q?=E6=B1=82=E5=92=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...5\255\220\351\233\206\346\261\202\345\222\214" | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 "2209040029/chapter 1/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" diff --git "a/2209040029/chapter 1/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" "b/2209040029/chapter 1/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" deleted file mode 100644 index fd3f17ba..00000000 --- "a/2209040029/chapter 1/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" +++ /dev/null @@ -1,15 +0,0 @@ -int sumOddLengthSubarrays(int* arr, int arrSize) -{ - int sum=0; - for(int i=0;i Date: Sat, 9 Sep 2023 13:18:16 +0000 Subject: [PATCH 20/34] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20chapter=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2209040029/chapter 1/chapter 1/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 2209040029/chapter 1/chapter 1/.keep diff --git a/2209040029/chapter 1/chapter 1/.keep b/2209040029/chapter 1/chapter 1/.keep new file mode 100644 index 00000000..e69de29b -- Gitee From c3beeb816cd69b0e6967fa24cf68ce1993af1cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:18:29 +0000 Subject: [PATCH 21/34] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20chapter=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2209040029/chapter 1/chapter 2/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 2209040029/chapter 1/chapter 2/.keep diff --git a/2209040029/chapter 1/chapter 2/.keep b/2209040029/chapter 1/chapter 2/.keep new file mode 100644 index 00000000..e69de29b -- Gitee From b93684e18786941b3a0e069d840d55db1fd0fda9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:18:41 +0000 Subject: [PATCH 22/34] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=2022?= =?UTF-8?q?09040029/chapter=201/chapter=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2209040029/chapter 1/chapter 2/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 2209040029/chapter 1/chapter 2/.keep diff --git a/2209040029/chapter 1/chapter 2/.keep b/2209040029/chapter 1/chapter 2/.keep deleted file mode 100644 index e69de29b..00000000 -- Gitee From 4c3ffbc2d7e676c59c58cc13c0baace5d95392c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:19:00 +0000 Subject: [PATCH 23/34] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=2022?= =?UTF-8?q?09040029/chapter=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2209040029/chapter 1/.keep | 0 2209040029/chapter 1/chapter 1/.keep | 0 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 2209040029/chapter 1/.keep delete mode 100644 2209040029/chapter 1/chapter 1/.keep diff --git a/2209040029/chapter 1/.keep b/2209040029/chapter 1/.keep deleted file mode 100644 index e69de29b..00000000 diff --git a/2209040029/chapter 1/chapter 1/.keep b/2209040029/chapter 1/chapter 1/.keep deleted file mode 100644 index e69de29b..00000000 -- Gitee From 80f18a7fdfc42ffede063e06c9b2bbfa8cb1eaca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:19:27 +0000 Subject: [PATCH 24/34] =?UTF-8?q?=E6=96=B0=E5=BB=BA=202209040029?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2209040029/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 2209040029/.keep diff --git a/2209040029/.keep b/2209040029/.keep new file mode 100644 index 00000000..e69de29b -- Gitee From e2b6ac57d16bb0e5dde2e4bce6fa661fc88877ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:19:49 +0000 Subject: [PATCH 25/34] update 2209040029/.keep. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- 2209040029/.keep | 1 + 1 file changed, 1 insertion(+) diff --git a/2209040029/.keep b/2209040029/.keep index e69de29b..945c9b46 100644 --- a/2209040029/.keep +++ b/2209040029/.keep @@ -0,0 +1 @@ +. \ No newline at end of file -- Gitee From b851305b309e1c0ceda8456f84cc1184db385665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:20:01 +0000 Subject: [PATCH 26/34] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20chapter=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2209040029/chapter 1/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 2209040029/chapter 1/.keep diff --git a/2209040029/chapter 1/.keep b/2209040029/chapter 1/.keep new file mode 100644 index 00000000..e69de29b -- Gitee From 30c74317faadd7a638a734a9f891694388743a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:20:38 +0000 Subject: [PATCH 27/34] =?UTF-8?q?add=202209040029/chapter=201/lc.cpp?= =?UTF-8?q?=E5=A5=87=E6=95=B0=E5=AD=90=E9=9B=86=E6=B1=82=E5=92=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- ...5\255\220\351\233\206\346\261\202\345\222\214" | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 "2209040029/chapter 1/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" diff --git "a/2209040029/chapter 1/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" "b/2209040029/chapter 1/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" new file mode 100644 index 00000000..381f0655 --- /dev/null +++ "b/2209040029/chapter 1/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" @@ -0,0 +1,15 @@ +int sumOddLengthSubarrays(int* arr, int arrSize) +{ + int sum=0; + for(int i=0;i Date: Sat, 9 Sep 2023 13:21:34 +0000 Subject: [PATCH 28/34] =?UTF-8?q?add=202209040029/chapter=201/lc.cpp?= =?UTF-8?q?=E4=B8=A4=E6=95=B0=E4=B9=8B=E5=92=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- ...0\244\346\225\260\344\271\213\345\222\214" | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 "2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" diff --git "a/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" "b/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" new file mode 100644 index 00000000..d58d585d --- /dev/null +++ "b/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" @@ -0,0 +1,19 @@ +int* twoSum(int* nums, int numsSize, int target, int* returnSize) +{ +int i=0,j=0; +int *a=(int*)malloc(sizeof(int)*2); +for(i=0;i Date: Sat, 9 Sep 2023 13:35:50 +0000 Subject: [PATCH 29/34] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=2022?= =?UTF-8?q?09040029/.keep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2209040029/.keep | 1 - 1 file changed, 1 deletion(-) delete mode 100644 2209040029/.keep diff --git a/2209040029/.keep b/2209040029/.keep deleted file mode 100644 index 945c9b46..00000000 --- a/2209040029/.keep +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file -- Gitee From 94bc6687e5f502cc1364b26ae81b269cc978b2f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:36:26 +0000 Subject: [PATCH 30/34] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=2022?= =?UTF-8?q?09040029/chapter=201/.keep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2209040029/chapter 1/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 2209040029/chapter 1/.keep diff --git a/2209040029/chapter 1/.keep b/2209040029/chapter 1/.keep deleted file mode 100644 index e69de29b..00000000 -- Gitee From fbab9b7113ae2dd0fb1b9c017512f47ab59bd3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:38:43 +0000 Subject: [PATCH 31/34] =?UTF-8?q?rename=202209040029/chapter=201/lc.cpp?= =?UTF-8?q?=E4=B8=A4=E6=95=B0=E4=B9=8B=E5=92=8C=20to=202209040029/chapter?= =?UTF-8?q?=201/=E4=B8=A4=E6=95=B0=E4=B9=8B=E5=92=8Clc.cpp.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- .../\344\270\244\346\225\260\344\271\213\345\222\214lc.cpp" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" => "2209040029/chapter 1/\344\270\244\346\225\260\344\271\213\345\222\214lc.cpp" (100%) diff --git "a/2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" "b/2209040029/chapter 1/\344\270\244\346\225\260\344\271\213\345\222\214lc.cpp" similarity index 100% rename from "2209040029/chapter 1/lc.cpp\344\270\244\346\225\260\344\271\213\345\222\214" rename to "2209040029/chapter 1/\344\270\244\346\225\260\344\271\213\345\222\214lc.cpp" -- Gitee From a64bf8e1c1b02eb41511c1d2bf983b5613335174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:39:19 +0000 Subject: [PATCH 32/34] =?UTF-8?q?rename=202209040029/chapter=201/=E4=B8=A4?= =?UTF-8?q?=E6=95=B0=E4=B9=8B=E5=92=8Clc.cpp=20to=202209040029/chapter=201?= =?UTF-8?q?/chapter1=20=E4=B8=A4=E6=95=B0=E4=B9=8B=E5=92=8Clc.cpp.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- ...apter1 \344\270\244\346\225\260\344\271\213\345\222\214lc.cpp" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "2209040029/chapter 1/\344\270\244\346\225\260\344\271\213\345\222\214lc.cpp" => "2209040029/chapter 1/chapter1 \344\270\244\346\225\260\344\271\213\345\222\214lc.cpp" (100%) diff --git "a/2209040029/chapter 1/\344\270\244\346\225\260\344\271\213\345\222\214lc.cpp" "b/2209040029/chapter 1/chapter1 \344\270\244\346\225\260\344\271\213\345\222\214lc.cpp" similarity index 100% rename from "2209040029/chapter 1/\344\270\244\346\225\260\344\271\213\345\222\214lc.cpp" rename to "2209040029/chapter 1/chapter1 \344\270\244\346\225\260\344\271\213\345\222\214lc.cpp" -- Gitee From 75896a3246bfbb1e8fae87d5e9b8e352d1683b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:39:47 +0000 Subject: [PATCH 33/34] =?UTF-8?q?rename=202209040029/chapter=201/chapter1?= =?UTF-8?q?=20=E4=B8=A4=E6=95=B0=E4=B9=8B=E5=92=8Clc.cpp=20to=202209040029?= =?UTF-8?q?/chapter=201/=20lc=20chapter1=20=E4=B8=A4=E6=95=B0=E4=B9=8B?= =?UTF-8?q?=E5=92=8C.cpp.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- ...chapter1 \344\270\244\346\225\260\344\271\213\345\222\214.cpp" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "2209040029/chapter 1/chapter1 \344\270\244\346\225\260\344\271\213\345\222\214lc.cpp" => "2209040029/chapter 1/ lc chapter1 \344\270\244\346\225\260\344\271\213\345\222\214.cpp" (100%) diff --git "a/2209040029/chapter 1/chapter1 \344\270\244\346\225\260\344\271\213\345\222\214lc.cpp" "b/2209040029/chapter 1/ lc chapter1 \344\270\244\346\225\260\344\271\213\345\222\214.cpp" similarity index 100% rename from "2209040029/chapter 1/chapter1 \344\270\244\346\225\260\344\271\213\345\222\214lc.cpp" rename to "2209040029/chapter 1/ lc chapter1 \344\270\244\346\225\260\344\271\213\345\222\214.cpp" -- Gitee From 0d675845ae463bbede947590cee1df1c4d731f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=82=ABqi?= <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> Date: Sat, 9 Sep 2023 13:40:23 +0000 Subject: [PATCH 34/34] =?UTF-8?q?rename=202209040029/chapter=201/lc.cpp?= =?UTF-8?q?=E5=A5=87=E6=95=B0=E5=AD=90=E9=9B=86=E6=B1=82=E5=92=8C=20to=202?= =?UTF-8?q?209040029/chapter=201/lc=20chapter1=E5=A5=87=E6=95=B0=E5=AD=90?= =?UTF-8?q?=E9=9B=86=E6=B1=82=E5=92=8C.cpp.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 炫qi <13414825+shuaiLiuxuanqi@user.noreply.gitee.com> --- ...6\225\260\345\255\220\351\233\206\346\261\202\345\222\214.cpp" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "2209040029/chapter 1/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" => "2209040029/chapter 1/lc chapter1\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214.cpp" (100%) diff --git "a/2209040029/chapter 1/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" "b/2209040029/chapter 1/lc chapter1\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214.cpp" similarity index 100% rename from "2209040029/chapter 1/lc.cpp\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214" rename to "2209040029/chapter 1/lc chapter1\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214.cpp" -- Gitee