-
Notifications
You must be signed in to change notification settings - Fork 0
/
feed.xml
311 lines (231 loc) · 26.7 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="https://hgnulb.github.io/blog/feed.xml" rel="self" type="application/atom+xml" /><link href="https://hgnulb.github.io/blog/" rel="alternate" type="text/html" hreflang="en" /><updated>2024-11-07T09:38:01+08:00</updated><id>https://hgnulb.github.io/blog/feed.xml</id><title type="html">走在修行的大街上</title><subtitle>小兵的 BLOG</subtitle><author><name>HGNULB</name><email>hgnulb@163.com</email></author><entry><title type="html">LeetCode 1452. 收藏清单</title><link href="https://hgnulb.github.io/blog/2024/40732414" rel="alternate" type="text/html" title="LeetCode 1452. 收藏清单" /><published>2024-10-28T01:20:10+08:00</published><updated>2024-10-28T01:20:10+08:00</updated><id>https://hgnulb.github.io/blog/2024/people-whose-list-of-favorite-companies-is-not-a-subset-of-another-list</id><content type="html" xml:base="https://hgnulb.github.io/blog/2024/40732414"><![CDATA[<ul id="markdown-toc">
<li><a href="#题目描述" id="markdown-toc-题目描述">题目描述</a></li>
<li><a href="#思路分析" id="markdown-toc-思路分析">思路分析</a></li>
<li><a href="#参考代码" id="markdown-toc-参考代码">参考代码</a></li>
</ul>
<h2 id="题目描述">题目描述</h2>
<blockquote>
<p>🔥 <a href="https://leetcode.cn/problems/people-whose-list-of-favorite-companies-is-not-a-subset-of-another-list/">1452. 收藏清单</a></p>
</blockquote>
<h2 id="思路分析">思路分析</h2>
<blockquote>
<p>思路描述</p>
</blockquote>
<h2 id="参考代码">参考代码</h2>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<p><a class="button show-hidden">🍏 点击查看 Java 题解</a></p>
<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>]]></content><author><name>HGNULB</name><email>hgnulb@163.com</email></author><category term="LeetCode" /><category term="中等" /><category term="哈希表" /><category term="字符串" /><category term="数组" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">LeetCode 1228. 等差数列中缺失的数字</title><link href="https://hgnulb.github.io/blog/2024/63336199" rel="alternate" type="text/html" title="LeetCode 1228. 等差数列中缺失的数字" /><published>2024-10-28T01:18:30+08:00</published><updated>2024-10-28T01:18:30+08:00</updated><id>https://hgnulb.github.io/blog/2024/missing-number-in-arithmetic-progression</id><content type="html" xml:base="https://hgnulb.github.io/blog/2024/63336199"><![CDATA[<ul id="markdown-toc">
<li><a href="#题目描述" id="markdown-toc-题目描述">题目描述</a></li>
<li><a href="#思路分析" id="markdown-toc-思路分析">思路分析</a></li>
<li><a href="#参考代码" id="markdown-toc-参考代码">参考代码</a></li>
</ul>
<h2 id="题目描述">题目描述</h2>
<blockquote>
<p>🔥 <a href="https://leetcode.cn/problems/missing-number-in-arithmetic-progression/">1228. 等差数列中缺失的数字</a></p>
</blockquote>
<h2 id="思路分析">思路分析</h2>
<blockquote>
<p>思路描述</p>
</blockquote>
<h2 id="参考代码">参考代码</h2>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<p><a class="button show-hidden">🍏 点击查看 Java 题解</a></p>
<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>]]></content><author><name>HGNULB</name><email>hgnulb@163.com</email></author><category term="C9" /><category term="CodeTop" /><category term="LeetCode" /><category term="❎ CodeTop" /><category term="简单" /><category term="小米" /><category term="数学" /><category term="数组" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">LeetCode 1229. 安排会议日程</title><link href="https://hgnulb.github.io/blog/2024/81606993" rel="alternate" type="text/html" title="LeetCode 1229. 安排会议日程" /><published>2024-10-28T01:18:30+08:00</published><updated>2024-10-28T01:18:30+08:00</updated><id>https://hgnulb.github.io/blog/2024/meeting-scheduler</id><content type="html" xml:base="https://hgnulb.github.io/blog/2024/81606993"><![CDATA[<ul id="markdown-toc">
<li><a href="#题目描述" id="markdown-toc-题目描述">题目描述</a></li>
<li><a href="#思路分析" id="markdown-toc-思路分析">思路分析</a></li>
<li><a href="#参考代码" id="markdown-toc-参考代码">参考代码</a></li>
</ul>
<h2 id="题目描述">题目描述</h2>
<blockquote>
<p>🔥 <a href="https://leetcode.cn/problems/meeting-scheduler/">1229. 安排会议日程</a></p>
</blockquote>
<h2 id="思路分析">思路分析</h2>
<blockquote>
<p>思路描述</p>
</blockquote>
<h2 id="参考代码">参考代码</h2>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<p><a class="button show-hidden">🍏 点击查看 Java 题解</a></p>
<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>]]></content><author><name>HGNULB</name><email>hgnulb@163.com</email></author><category term="LeetCode" /><category term="中等" /><category term="双指针" /><category term="排序" /><category term="数组" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">LeetCode 1230. 抛掷硬币</title><link href="https://hgnulb.github.io/blog/2024/35460786" rel="alternate" type="text/html" title="LeetCode 1230. 抛掷硬币" /><published>2024-10-28T01:18:30+08:00</published><updated>2024-10-28T01:18:30+08:00</updated><id>https://hgnulb.github.io/blog/2024/toss-strange-coins</id><content type="html" xml:base="https://hgnulb.github.io/blog/2024/35460786"><![CDATA[<ul id="markdown-toc">
<li><a href="#题目描述" id="markdown-toc-题目描述">题目描述</a></li>
<li><a href="#思路分析" id="markdown-toc-思路分析">思路分析</a></li>
<li><a href="#参考代码" id="markdown-toc-参考代码">参考代码</a></li>
</ul>
<h2 id="题目描述">题目描述</h2>
<blockquote>
<p>🔥 <a href="https://leetcode.cn/problems/toss-strange-coins/">1230. 抛掷硬币</a></p>
</blockquote>
<h2 id="思路分析">思路分析</h2>
<blockquote>
<p>思路描述</p>
</blockquote>
<h2 id="参考代码">参考代码</h2>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<p><a class="button show-hidden">🍏 点击查看 Java 题解</a></p>
<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>]]></content><author><name>HGNULB</name><email>hgnulb@163.com</email></author><category term="C9" /><category term="CodeTop" /><category term="LeetCode" /><category term="❎ CodeTop" /><category term="中等" /><category term="动态规划" /><category term="字节跳动" /><category term="数学" /><category term="数组" /><category term="概率与统计" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">LeetCode 1231. 分享巧克力</title><link href="https://hgnulb.github.io/blog/2024/96295312" rel="alternate" type="text/html" title="LeetCode 1231. 分享巧克力" /><published>2024-10-28T01:18:30+08:00</published><updated>2024-10-28T01:18:30+08:00</updated><id>https://hgnulb.github.io/blog/2024/divide-chocolate</id><content type="html" xml:base="https://hgnulb.github.io/blog/2024/96295312"><![CDATA[<ul id="markdown-toc">
<li><a href="#题目描述" id="markdown-toc-题目描述">题目描述</a></li>
<li><a href="#思路分析" id="markdown-toc-思路分析">思路分析</a></li>
<li><a href="#参考代码" id="markdown-toc-参考代码">参考代码</a></li>
</ul>
<h2 id="题目描述">题目描述</h2>
<blockquote>
<p>🔥 <a href="https://leetcode.cn/problems/divide-chocolate/">1231. 分享巧克力</a></p>
</blockquote>
<h2 id="思路分析">思路分析</h2>
<blockquote>
<p>思路描述</p>
</blockquote>
<h2 id="参考代码">参考代码</h2>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<p><a class="button show-hidden">🍏 点击查看 Java 题解</a></p>
<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>]]></content><author><name>HGNULB</name><email>hgnulb@163.com</email></author><category term="C8" /><category term="CodeTop" /><category term="LeetCode" /><category term="❎ CodeTop" /><category term="困难" /><category term="二分查找" /><category term="数组" /><category term="百度" /><category term="美团" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">LeetCode 1232. 缀点成线</title><link href="https://hgnulb.github.io/blog/2024/57238757" rel="alternate" type="text/html" title="LeetCode 1232. 缀点成线" /><published>2024-10-28T01:18:30+08:00</published><updated>2024-10-28T01:18:30+08:00</updated><id>https://hgnulb.github.io/blog/2024/check-if-it-is-a-straight-line</id><content type="html" xml:base="https://hgnulb.github.io/blog/2024/57238757"><![CDATA[<ul id="markdown-toc">
<li><a href="#题目描述" id="markdown-toc-题目描述">题目描述</a></li>
<li><a href="#思路分析" id="markdown-toc-思路分析">思路分析</a></li>
<li><a href="#参考代码" id="markdown-toc-参考代码">参考代码</a></li>
</ul>
<h2 id="题目描述">题目描述</h2>
<blockquote>
<p>🔥 <a href="https://leetcode.cn/problems/check-if-it-is-a-straight-line/">1232. 缀点成线</a></p>
</blockquote>
<h2 id="思路分析">思路分析</h2>
<blockquote>
<p>思路描述</p>
</blockquote>
<h2 id="参考代码">参考代码</h2>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<p><a class="button show-hidden">🍏 点击查看 Java 题解</a></p>
<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>]]></content><author><name>HGNULB</name><email>hgnulb@163.com</email></author><category term="C9" /><category term="CodeTop" /><category term="LeetCode" /><category term="❎ CodeTop" /><category term="简单" /><category term="几何" /><category term="字节跳动" /><category term="数学" /><category term="数组" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">LeetCode 1233. 删除子文件夹</title><link href="https://hgnulb.github.io/blog/2024/49459006" rel="alternate" type="text/html" title="LeetCode 1233. 删除子文件夹" /><published>2024-10-28T01:18:30+08:00</published><updated>2024-10-28T01:18:30+08:00</updated><id>https://hgnulb.github.io/blog/2024/remove-sub-folders-from-the-filesystem</id><content type="html" xml:base="https://hgnulb.github.io/blog/2024/49459006"><![CDATA[<ul id="markdown-toc">
<li><a href="#题目描述" id="markdown-toc-题目描述">题目描述</a></li>
<li><a href="#思路分析" id="markdown-toc-思路分析">思路分析</a></li>
<li><a href="#参考代码" id="markdown-toc-参考代码">参考代码</a></li>
</ul>
<h2 id="题目描述">题目描述</h2>
<blockquote>
<p>🔥 <a href="https://leetcode.cn/problems/remove-sub-folders-from-the-filesystem/">1233. 删除子文件夹</a></p>
</blockquote>
<h2 id="思路分析">思路分析</h2>
<blockquote>
<p>思路描述</p>
</blockquote>
<h2 id="参考代码">参考代码</h2>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<p><a class="button show-hidden">🍏 点击查看 Java 题解</a></p>
<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>]]></content><author><name>HGNULB</name><email>hgnulb@163.com</email></author><category term="C7" /><category term="CodeTop" /><category term="LeetCode" /><category term="❎ CodeTop" /><category term="中等" /><category term="华为" /><category term="字典树" /><category term="字符串" /><category term="字节跳动" /><category term="微软" /><category term="数组" /><category term="深度优先搜索" /><category term="百度" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">LeetCode 1234. 替换子串得到平衡字符串</title><link href="https://hgnulb.github.io/blog/2024/93027414" rel="alternate" type="text/html" title="LeetCode 1234. 替换子串得到平衡字符串" /><published>2024-10-28T01:18:30+08:00</published><updated>2024-10-28T01:18:30+08:00</updated><id>https://hgnulb.github.io/blog/2024/replace-the-substring-for-balanced-string</id><content type="html" xml:base="https://hgnulb.github.io/blog/2024/93027414"><![CDATA[<ul id="markdown-toc">
<li><a href="#题目描述" id="markdown-toc-题目描述">题目描述</a></li>
<li><a href="#思路分析" id="markdown-toc-思路分析">思路分析</a></li>
<li><a href="#参考代码" id="markdown-toc-参考代码">参考代码</a></li>
</ul>
<h2 id="题目描述">题目描述</h2>
<blockquote>
<p>🔥 <a href="https://leetcode.cn/problems/replace-the-substring-for-balanced-string/">1234. 替换子串得到平衡字符串</a></p>
</blockquote>
<h2 id="思路分析">思路分析</h2>
<blockquote>
<p>思路描述</p>
</blockquote>
<h2 id="参考代码">参考代码</h2>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<p><a class="button show-hidden">🍏 点击查看 Java 题解</a></p>
<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>]]></content><author><name>HGNULB</name><email>hgnulb@163.com</email></author><category term="C9" /><category term="CodeTop" /><category term="LeetCode" /><category term="❎ CodeTop" /><category term="中等" /><category term="字符串" /><category term="滑动窗口" /><category term="阿里巴巴" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">LeetCode 1235. 规划兼职工作</title><link href="https://hgnulb.github.io/blog/2024/11068786" rel="alternate" type="text/html" title="LeetCode 1235. 规划兼职工作" /><published>2024-10-28T01:18:30+08:00</published><updated>2024-10-28T01:18:30+08:00</updated><id>https://hgnulb.github.io/blog/2024/maximum-profit-in-job-scheduling</id><content type="html" xml:base="https://hgnulb.github.io/blog/2024/11068786"><![CDATA[<ul id="markdown-toc">
<li><a href="#题目描述" id="markdown-toc-题目描述">题目描述</a></li>
<li><a href="#思路分析" id="markdown-toc-思路分析">思路分析</a></li>
<li><a href="#参考代码" id="markdown-toc-参考代码">参考代码</a></li>
</ul>
<h2 id="题目描述">题目描述</h2>
<blockquote>
<p>🔥 <a href="https://leetcode.cn/problems/maximum-profit-in-job-scheduling/">1235. 规划兼职工作</a></p>
</blockquote>
<h2 id="思路分析">思路分析</h2>
<blockquote>
<p>思路描述</p>
</blockquote>
<h2 id="参考代码">参考代码</h2>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<p><a class="button show-hidden">🍏 点击查看 Java 题解</a></p>
<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>]]></content><author><name>HGNULB</name><email>hgnulb@163.com</email></author><category term="C8" /><category term="CodeTop" /><category term="LeetCode" /><category term="❎ CodeTop" /><category term="困难" /><category term="二分查找" /><category term="动态规划" /><category term="华为" /><category term="排序" /><category term="数组" /><category term="阿里巴巴" /><summary type="html"><![CDATA[]]></summary></entry><entry><title type="html">LeetCode 1236. 网络爬虫</title><link href="https://hgnulb.github.io/blog/2024/66663683" rel="alternate" type="text/html" title="LeetCode 1236. 网络爬虫" /><published>2024-10-28T01:18:30+08:00</published><updated>2024-10-28T01:18:30+08:00</updated><id>https://hgnulb.github.io/blog/2024/web-crawler</id><content type="html" xml:base="https://hgnulb.github.io/blog/2024/66663683"><![CDATA[<ul id="markdown-toc">
<li><a href="#题目描述" id="markdown-toc-题目描述">题目描述</a></li>
<li><a href="#思路分析" id="markdown-toc-思路分析">思路分析</a></li>
<li><a href="#参考代码" id="markdown-toc-参考代码">参考代码</a></li>
</ul>
<h2 id="题目描述">题目描述</h2>
<blockquote>
<p>🔥 <a href="https://leetcode.cn/problems/web-crawler/">1236. 网络爬虫</a></p>
</blockquote>
<h2 id="思路分析">思路分析</h2>
<blockquote>
<p>思路描述</p>
</blockquote>
<h2 id="参考代码">参考代码</h2>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<div class="language-go highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>
<p><a class="button show-hidden">🍏 点击查看 Java 题解</a></p>
<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><table class="rouge-table"><tbody><tr><td class="rouge-gutter gl"><pre class="lineno">1
</pre></td><td class="rouge-code"><pre><span class="n">write</span> <span class="n">your</span> <span class="n">code</span> <span class="n">here</span>
</pre></td></tr></tbody></table></code></pre></div></div>]]></content><author><name>HGNULB</name><email>hgnulb@163.com</email></author><category term="C9" /><category term="CodeTop" /><category term="LeetCode" /><category term="❎ CodeTop" /><category term="中等" /><category term="交互" /><category term="字符串" /><category term="广度优先搜索" /><category term="微软" /><category term="深度优先搜索" /><summary type="html"><![CDATA[]]></summary></entry></feed>