From 9573a885f082e6789108418f52c8cdd6002feb75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E9=9B=A8=E7=94=9F?= Date: Sat, 27 Apr 2019 11:31:16 +0800 Subject: [PATCH 1/3] week 2 --- Week_02/id_103/.idea/id_103.iml | 8 ++ Week_02/id_103/.idea/misc.xml | 6 + Week_02/id_103/.idea/modules.xml | 8 ++ Week_02/id_103/.idea/vcs.xml | 6 + Week_02/id_103/.idea/workspace.xml | 192 +++++++++++++++++++++++++++ Week_02/id_103/HashTable/P242.go | 48 +++++++ Week_02/id_103/HashTable/P671.go | 41 ++++++ Week_02/id_103/HashTable/P692.go | 40 ++++++ Week_02/id_103/HashTable/TreeNode.go | 7 + 9 files changed, 356 insertions(+) create mode 100644 Week_02/id_103/.idea/id_103.iml create mode 100644 Week_02/id_103/.idea/misc.xml create mode 100644 Week_02/id_103/.idea/modules.xml create mode 100644 Week_02/id_103/.idea/vcs.xml create mode 100644 Week_02/id_103/.idea/workspace.xml create mode 100644 Week_02/id_103/HashTable/P242.go create mode 100644 Week_02/id_103/HashTable/P671.go create mode 100644 Week_02/id_103/HashTable/P692.go create mode 100644 Week_02/id_103/HashTable/TreeNode.go diff --git a/Week_02/id_103/.idea/id_103.iml b/Week_02/id_103/.idea/id_103.iml new file mode 100644 index 00000000..c956989b --- /dev/null +++ b/Week_02/id_103/.idea/id_103.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Week_02/id_103/.idea/misc.xml b/Week_02/id_103/.idea/misc.xml new file mode 100644 index 00000000..28a804d8 --- /dev/null +++ b/Week_02/id_103/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/Week_02/id_103/.idea/modules.xml b/Week_02/id_103/.idea/modules.xml new file mode 100644 index 00000000..9bdd8e3d --- /dev/null +++ b/Week_02/id_103/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Week_02/id_103/.idea/vcs.xml b/Week_02/id_103/.idea/vcs.xml new file mode 100644 index 00000000..b2bdec2d --- /dev/null +++ b/Week_02/id_103/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Week_02/id_103/.idea/workspace.xml b/Week_02/id_103/.idea/workspace.xml new file mode 100644 index 00000000..a9c90234 --- /dev/null +++ b/Week_02/id_103/.idea/workspace.xml @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -131,6 +149,7 @@ + @@ -157,36 +176,46 @@ - + - - + + - + - - + + - + - - + + - - + + + + + + + + + + + + \ No newline at end of file diff --git a/Week_02/id_103/NOTE.md b/Week_02/id_103/NOTE.md index c684e62f..b6029998 100644 --- a/Week_02/id_103/NOTE.md +++ b/Week_02/id_103/NOTE.md @@ -1 +1,7 @@ -# 学习笔记 \ No newline at end of file +# 学习笔记 + +[Question 242 解题思路](https://www.jianshu.com/p/b6e91d46f7a4) + +[Question 671 解题思路](https://www.jianshu.com/p/63a5ff614e8a) + +[Question 692 解题思路](https://www.jianshu.com/p/55002c3771c5) \ No newline at end of file From f17e960369938425ef8e4d6021d191a1db36b60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E9=9B=A8=E7=94=9F?= Date: Sat, 4 May 2019 15:03:08 +0800 Subject: [PATCH 3/3] rename --- Week_02/id_103/.idea/workspace.xml | 2 +- .../{P242.go => LeetCode_242_103.go} | 0 .../{P671.go => LeetCode_671_103.go} | 0 .../{P692.go => LeetCode_692_103.go} | 0 Week_03/id_103/.idea/workspace.xml | 277 ++++++++++++++++++ 5 files changed, 278 insertions(+), 1 deletion(-) rename Week_02/id_103/HashTable/{P242.go => LeetCode_242_103.go} (100%) rename Week_02/id_103/HashTable/{P671.go => LeetCode_671_103.go} (100%) rename Week_02/id_103/HashTable/{P692.go => LeetCode_692_103.go} (100%) create mode 100644 Week_03/id_103/.idea/workspace.xml diff --git a/Week_02/id_103/.idea/workspace.xml b/Week_02/id_103/.idea/workspace.xml index dadbd671..d7d32330 100644 --- a/Week_02/id_103/.idea/workspace.xml +++ b/Week_02/id_103/.idea/workspace.xml @@ -87,7 +87,7 @@ - +