1+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode> git pull origin master
2+ remote: Enumerating objects: 62, done.
3+ remote: Counting objects: 100% (50/50), done.
4+ remote: Compressing objects: 100% (38/38), done.
5+ remote: Total 62 (delta 19), reused 30 (delta 11), pack-reused 12 (from 1)
6+ Unpacking objects: 100% (62/62), 345.01 KiB | 64.00 KiB/s, done.
7+ From ssh.github.com:LetMeFly666/LeetCode
8+ * branch master -> FETCH_HEAD
9+ 8bcc85f546d..1ddbb163d5c master -> origin/master
10+ Updating 8bcc85f546d..1ddbb163d5c
11+ Fast-forward
12+ .gitlog | 51 ---
13+ ...painting-a-grid-with-three-different-colors.cpp | 67 ++++
14+ ...-with-three-different-colors_JvZhenKuaiSuMi.cpp | 97 +++++
15+ ...ngest-unequal-adjacent-groups-subsequence-i.cpp | 23 ++
16+ ...ongest-unequal-adjacent-groups-subsequence-i.go | 16 +
17+ ...gest-unequal-adjacent-groups-subsequence-i.java | 20 +
18+ ...ongest-unequal-adjacent-groups-subsequence-i.py | 15 +
19+ Codes/3024-type-of-triangle.cpp | 26 ++
20+ Codes/3024-type-of-triangle.go | 23 ++
21+ Codes/3024-type-of-triangle.java | 23 ++
22+ Codes/3024-type-of-triangle.py | 19 +
23+ ...aracters-in-string-after-transformations-ii.cpp | 72 ++++
24+ ...haracters-in-string-after-transformations-ii.go | 58 +++
25+ ...racters-in-string-after-transformations-ii.java | 62 +++
26+ ...haracters-in-string-after-transformations-ii.py | 43 +++
27+ ...ers-in-string-after-transformations-ii.test.cpp | 76 ++++
28+ README.md | 4 +
29+ ...275\221\346\240\274\346\266\202\350\211\262.md" | 333 ++++++++++++++++
30+ ...55\211\345\255\220\345\272\217\345\210\227I.md" | 171 +++++++++
31+ ...247\222\345\275\242\347\261\273\345\236\213.md" | 178 +++++++++
32+ ...20\216\347\232\204\351\225\277\345\272\246I.md" | 2 +-
33+ ...0\216\347\232\204\351\225\277\345\272\246II.md" | 424 +++++++++++++++++++++
34+ Solutions/Other-English-LearningNotes-SomeWords.md | 22 ++
35+ Solutions/Other-Japanese-LearningNotes.md | 5 +
36+ TODO | 2 +
37+ newSolution.py | 2 +-
38+ toSay.md | 1 -
39+ tryGoPy/MGJW/lastWeek/09/chat.md | 25 ++
40+ tryGoPy/MGJW/{thisWeek => lastWeek/09}/todo.md | 0
41+ .../MGJW/lastWeek/09/\345\221\250\346\212\245.md" | 83 ++++
42+ tryGoPy/MGJW/nextWeek/chat.md | 7 +
43+ tryGoPy/MGJW/nextWeek/todo.md | 15 +
44+ .../MGJW/nextWeek/\345\221\250\346\212\245.md" | 1 +
45+ .../MGJW/thisWeek/\345\221\250\346\212\245.md" | 0
46+ 34 files changed, 1912 insertions(+), 54 deletions(-)
47+ delete mode 100644 .gitlog
48+ create mode 100644 Codes/1931-painting-a-grid-with-three-different-colors.cpp
49+ create mode 100644 Codes/1931-painting-a-grid-with-three-different-colors_JvZhenKuaiSuMi.cpp
50+ create mode 100644 Codes/2900-longest-unequal-adjacent-groups-subsequence-i.cpp
51+ create mode 100644 Codes/2900-longest-unequal-adjacent-groups-subsequence-i.go
52+ create mode 100644 Codes/2900-longest-unequal-adjacent-groups-subsequence-i.java
53+ create mode 100644 Codes/2900-longest-unequal-adjacent-groups-subsequence-i.py
54+ create mode 100644 Codes/3024-type-of-triangle.go
55+ create mode 100644 Codes/3024-type-of-triangle.java
56+ create mode 100644 Codes/3024-type-of-triangle.py
57+ create mode 100644 Codes/3337-total-characters-in-string-after-transformations-ii.cpp
58+ create mode 100644 Codes/3337-total-characters-in-string-after-transformations-ii.java
59+ create mode 100644 Codes/3337-total-characters-in-string-after-transformations-ii.py
60+ create mode 100644 Codes/3337-total-characters-in-string-after-transformations-ii.test.cpp
61+ create mode 100644 "Solutions/LeetCode 1931.\347\224\250\344\270\211\347\247\215\344\270\215\345\220\214\351\242\234\350\211\262\344\270\272\347\275\221\346\240\274\346\266\202\350\211\262.md"
62+ create mode 100644 "Solutions/LeetCode 2900.\346\234\200\351\225\277\347\233\270\351\202\273\344\270\215\347\233\270\347\255\211\345\255\220\345\272\217\345\210\227I.md"
63+ create mode 100644 "Solutions/LeetCode 3337.\345\255\227\347\254\246\344\270\262\350\275\254\346\215\242\345\220\216\347\232\204\351\225\277\345\272\246II.md"
64+ create mode 100644 TODO
65+ delete mode 100644 toSay.md
66+ rename tryGoPy/MGJW/{thisWeek => lastWeek/09}/todo.md (100%)
67+ create mode 100644 "tryGoPy/MGJW/lastWeek/09/\345\221\250\346\212\245.md"
68+ create mode 100644 tryGoPy/MGJW/nextWeek/chat.md
69+ create mode 100644 tryGoPy/MGJW/nextWeek/todo.md
70+ delete mode 100644 "tryGoPy/MGJW/thisWeek/\345\221\250\346\212\245.md"
71+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode> git rbanch
72+ git: 'rbanch' is not a git command. See 'git --help'.
73+
74+ The most similar command is
75+ branch
76+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode> git branch
77+ 1922
78+ 3337
79+ * master
80+ website
81+ website_Static
82+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode> git branch -d 3337
83+ warning: deleting branch '3337' that has been merged to
84+ 'refs/remotes/origin/3337', but not yet merged to HEAD.
85+ Deleted branch 3337 (was c757425e8a9).
86+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode> git branch
87+ 1922
88+ * master
89+ website
90+ website_Static
91+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode> git branch -d 1922
92+ warning: deleting branch '1922' that has been merged to
93+ 'refs/remotes/origin/1922', but not yet merged to HEAD.
94+ Deleted branch 1922 (was 2a3fe4e48e7).
95+
96+
97+
98+
99+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode>
100+ * 还原的历史记录
101+
102+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode>
103+ * 还原的历史记录
104+
105+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode>
106+ * 还原的历史记录
107+
108+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode>
109+ * 还原的历史记录
110+
111+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode>
112+ * 还原的历史记录
113+
114+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode>
115+ * 还原的历史记录
116+
117+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode>
118+ * 还原的历史记录
119+
120+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode>
121+ * 还原的历史记录
122+
123+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode>
124+ * 还原的历史记录
125+
126+
127+
128+
129+
130+ 12 files changed, 192 insertions(+), 2 deletions(-)
131+ create mode 100644 .gitlog
132+ create mode 100644 Codes/3355-zero-array-transformation-i.cpp
133+ create mode 100644 Codes/3355-zero-array-transformation-i.go
134+ create mode 100644 Codes/3355-zero-array-transformation-i.java
135+ create mode 100644 Codes/3355-zero-array-transformation-i.py
136+ create mode 100644 WhatIsMore.md
137+ rename tryGoPy/MGJW/{nextWeek => thisWeek}/chat.md (100%)
138+ rename tryGoPy/MGJW/{nextWeek => thisWeek}/todo.md (100%)
139+ rename "tryGoPy/MGJW/nextWeek/\345\221\250\346\212\245.md" => "tryGoPy/MGJW/thisWeek/\345\221\250\346\212\245.md" (100%)
140+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode> git push
141+ Enumerating objects: 23, done.
142+ Counting objects: 100% (23/23), done.
143+ Delta compression using up to 8 threads
144+ Compressing objects: 100% (15/15), done.
145+ Writing objects: 100% (15/15), 7.62 KiB | 56.00 KiB/s, done.
146+ Total 15 (delta 8), reused 3 (delta 0), pack-reused 0
147+ remote: Resolving deltas: 100% (8/8), completed with 8 local objects.
148+ To ssh.github.com:LetMeFly666/LeetCode
149+ 1ddbb163d5c..fd9f3920034 3355 -> 3355
150+ PS F:\OtherApps\Program\Git\Store\Store20_LeetCode>
0 commit comments