From 4c6b12b53d93932fabb00d81cc63fd35fb33871b Mon Sep 17 00:00:00 2001 From: JeffGao Date: Wed, 14 Aug 2019 15:31:03 +0800 Subject: [PATCH 1/8] =?UTF-8?q?Create=20=E5=88=86=E7=B1=BB=E4=B8=80?= =?UTF-8?q?=EF=BC=9A=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...4\270\200\357\274\232\345\255\227\347\254\246\344\270\262" | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 "\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" diff --git "a/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" "b/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" new file mode 100644 index 0000000..ed476aa --- /dev/null +++ "b/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" @@ -0,0 +1,4 @@ +## 字符串类 + +1.28 +2.49 From 693de3c190b6221000a32e201f0aac96f0f0411d Mon Sep 17 00:00:00 2001 From: JeffGao Date: Wed, 14 Aug 2019 16:01:24 +0800 Subject: [PATCH 2/8] =?UTF-8?q?Update=20=E5=88=86=E7=B1=BB=E4=B8=80?= =?UTF-8?q?=EF=BC=9A=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...270\200\357\274\232\345\255\227\347\254\246\344\270\262" | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git "a/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" "b/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" index ed476aa..68018bd 100644 --- "a/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" +++ "b/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" @@ -1,4 +1,6 @@ ## 字符串类 -1.28 -2.49 +1.28 字符串排列 +2.49: strtoint +3.35: 第一次出现一次字符 postion +4.55: 字符串中第一个不重复字符 From c04f7b986ef453a357a01219c292408b7d3e7fb3 Mon Sep 17 00:00:00 2001 From: JeffGao Date: Thu, 15 Aug 2019 10:43:57 +0800 Subject: [PATCH 3/8] =?UTF-8?q?Update=20=E5=88=86=E7=B1=BB=E4=B8=80?= =?UTF-8?q?=EF=BC=9A=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...44\270\200\357\274\232\345\255\227\347\254\246\344\270\262" | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git "a/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" "b/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" index 68018bd..dd5a470 100644 --- "a/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" +++ "b/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" @@ -1,6 +1,7 @@ -## 字符串类 +# 字符串类 1.28 字符串排列 2.49: strtoint 3.35: 第一次出现一次字符 postion 4.55: 字符串中第一个不重复字符 +5.28: 字符串全排列 感觉较难 From 058ec47458cf24532cae84db2f4b52b8af763335 Mon Sep 17 00:00:00 2001 From: JeffGao Date: Thu, 15 Aug 2019 10:50:03 +0800 Subject: [PATCH 4/8] =?UTF-8?q?Update=20=E5=88=86=E7=B1=BB=E4=B8=80?= =?UTF-8?q?=EF=BC=9A=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" "b/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" index dd5a470..a7255cd 100644 --- "a/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" +++ "b/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" @@ -4,4 +4,4 @@ 2.49: strtoint 3.35: 第一次出现一次字符 postion 4.55: 字符串中第一个不重复字符 -5.28: 字符串全排列 感觉较难 +5.28: 字符串全排列 感觉较难 From 190688fd693dd4c1d299d0e1cf0a0536b44df380 Mon Sep 17 00:00:00 2001 From: JeffGao Date: Thu, 15 Aug 2019 13:21:21 +0800 Subject: [PATCH 5/8] =?UTF-8?q?Delete=20=E5=88=86=E7=B1=BB=E4=B8=80?= =?UTF-8?q?=EF=BC=9A=E5=AD=97=E7=AC=A6=E4=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...70\200\357\274\232\345\255\227\347\254\246\344\270\262" | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 "\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" diff --git "a/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" "b/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" deleted file mode 100644 index a7255cd..0000000 --- "a/\345\210\206\347\261\273\344\270\200\357\274\232\345\255\227\347\254\246\344\270\262" +++ /dev/null @@ -1,7 +0,0 @@ -# 字符串类 - -1.28 字符串排列 -2.49: strtoint -3.35: 第一次出现一次字符 postion -4.55: 字符串中第一个不重复字符 -5.28: 字符串全排列 感觉较难 From 64503cf57f90f5a0d3a6bb58acace002714ca7e2 Mon Sep 17 00:00:00 2001 From: JeffGao Date: Thu, 15 Aug 2019 13:21:41 +0800 Subject: [PATCH 6/8] Add files via upload --- "\345\255\227\347\254\246\344\270\262\347\261\273.md" | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 "\345\255\227\347\254\246\344\270\262\347\261\273.md" diff --git "a/\345\255\227\347\254\246\344\270\262\347\261\273.md" "b/\345\255\227\347\254\246\344\270\262\347\261\273.md" new file mode 100644 index 0000000..4c25b80 --- /dev/null +++ "b/\345\255\227\347\254\246\344\270\262\347\261\273.md" @@ -0,0 +1,8 @@ +# 字符串类 + +1. 28 字符串排列 +2. 49: strtoint +3. 35: 第一次出现一次字符 postion +4. 55: 字符串中第一个不重复字符 +5. 28: 字符串全排列 感觉较难 +6. 54: 表示数字的字符串 \ No newline at end of file From ce195f0e0652af3c2f777429690efe033a856703 Mon Sep 17 00:00:00 2001 From: JeffGao Date: Thu, 15 Aug 2019 16:45:12 +0800 Subject: [PATCH 7/8] =?UTF-8?q?Update=20=E5=AD=97=E7=AC=A6=E4=B8=B2?= =?UTF-8?q?=E7=B1=BB.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "\345\255\227\347\254\246\344\270\262\347\261\273.md" | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git "a/\345\255\227\347\254\246\344\270\262\347\261\273.md" "b/\345\255\227\347\254\246\344\270\262\347\261\273.md" index 4c25b80..f899ad5 100644 --- "a/\345\255\227\347\254\246\344\270\262\347\261\273.md" +++ "b/\345\255\227\347\254\246\344\270\262\347\261\273.md" @@ -1,8 +1,7 @@ # 字符串类 -1. 28 字符串排列 +1. 28 字符串排列 感觉较难 2. 49: strtoint 3. 35: 第一次出现一次字符 postion 4. 55: 字符串中第一个不重复字符 -5. 28: 字符串全排列 感觉较难 -6. 54: 表示数字的字符串 \ No newline at end of file +5. 54: 表示数字的字符串 From 582954967a391838a37a53b104aa248383a37b0a Mon Sep 17 00:00:00 2001 From: JeffGao Date: Sat, 24 Aug 2019 17:01:32 +0800 Subject: [PATCH 8/8] Add files via upload --- "\346\240\221.md" | 4 ++++ "\351\223\276\350\241\250.md" | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 "\346\240\221.md" create mode 100644 "\351\223\276\350\241\250.md" diff --git "a/\346\240\221.md" "b/\346\240\221.md" new file mode 100644 index 0000000..9c69b52 --- /dev/null +++ "b/\346\240\221.md" @@ -0,0 +1,4 @@ +## 树 + +- [构建二叉树]() 要熟悉前序遍历 中序遍历 + diff --git "a/\351\223\276\350\241\250.md" "b/\351\223\276\350\241\250.md" new file mode 100644 index 0000000..e9da54a --- /dev/null +++ "b/\351\223\276\350\241\250.md" @@ -0,0 +1,4 @@ +## 链表 + +- [从头到尾打印链表]() +