Skip to content

Commit 24d1efb

Browse files
Update README.md
1 parent 77d1e03 commit 24d1efb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# leetcode
2-
这个是我这段时间刷的leetcode题目,刚开始挺困难,后面刷多了,就有点节奏,做出来了有一种成就感
3-
这些是我这点时间编写的源码,放到这里,以备以后能用到!<br>下面将整理出来这段时间刷的leetcode代码,和大家一起学习交流:
2+
这是我这段时间刷的leetcode题目,刚开始挺困难,后面刷多了,就有点节奏,做出来之后有一种成就感
3+
我上传了的源码,放到github上,以后可能会用到!<br>下面将它整理出来,和大家一起学习交流:
44
<table border="2" >
55
<tr align="center" >
66
<th width="300">题号</th>
@@ -107,12 +107,12 @@
107107
<th>中等</th>
108108
</tr>
109109
<tr>
110-
<th >128</th>
110+
<th .128</th>
111111
<th><a target="_blank" href="https://blog.csdn.net/zy345293721/article/details/85006310">Longest Consecutive Sequence</a></th>
112112
<th>中等</th>
113113
</tr>
114114
<tr>
115-
<th >215</th>
115+
<th >.215</th>
116116
<th><a target="_blank" href="https://blog.csdn.net/zy345293721/article/details/84993730">Kth Largest Element in an Array</a></th>
117117
<th>中等</th>
118118
</tr>
@@ -142,7 +142,7 @@
142142
<th>中等</th>
143143
</tr>
144144
<tr>
145-
<th >64</th>
145+
<th >.64</th>
146146
<th><a target="_blank" href="https://blog.csdn.net/zy345293721/article/details/84979265">Jump Game</a></th>
147147
<th>中等</th>
148148
</tr>
@@ -165,7 +165,7 @@
165165
<th><a target="_blank" href="https://blog.csdn.net/zy345293721/article/details/84976445">Edit Distance</a></th>
166166
<th>中等</th>
167167
</tr> <tr>
168-
<th >142</th>
168+
<th >.142</th>
169169
<th><a target="_blank" href="https://blog.csdn.net/zy345293721/article/details/84961106">Linked List Cycle II</a></th>
170170
<th>中等</th>
171171
</tr> <tr>
@@ -201,7 +201,7 @@
201201
<th>中等</th>
202202
</tr>
203203
<tr>
204-
<th >5</th>
204+
<th >.5</th>
205205
<th><a target="_blank" href="https://blog.csdn.net/zy345293721/article/details/84870880">Longest Palindromic Substring</a></th>
206206
<th>简单</th>
207207
</tr>
@@ -286,7 +286,7 @@
286286
<th >中等</th>
287287
</tr>
288288
<tr>
289-
<th >198</th>
289+
<th >.198</th>
290290
<th><a target="_blank" href="https://blog.csdn.net/zy345293721/article/details/84836482">House Robber</a></th>
291291
<th>简单</th>
292292
</tr>
@@ -372,7 +372,7 @@
372372
<th><a target="_blank" href="https://blog.csdn.net/zy345293721/article/details/84310615">Top K Frequent Elements</a></th>
373373
<th>简单</th>
374374
</tr> <tr>
375-
<th >606</th>
375+
<th >.606</th>
376376
<th><a target="_blank" href="https://blog.csdn.net/zy345293721/article/details/84304381">Construct String from Binary Tree</a></th>
377377
<th>简单</th>
378378
</tr> <tr>
@@ -388,11 +388,11 @@
388388
<th><a target="_blank" href="https://blog.csdn.net/zy345293721/article/details/84031623">Linked List Cycle</a></th>
389389
<th>简单</th>
390390
</tr> <tr>
391-
<th >268</th>
391+
<th >.268</th>
392392
<th><a target="_blank" href="https://blog.csdn.net/zy345293721/article/details/83933311">Missing Number</a></th>
393393
<th>简单</th>
394394
</tr> <tr>
395-
<th >521</th>
395+
<th >.521</th>
396396
<th><a target="_blank" href="https://blog.csdn.net/zy345293721/article/details/83744906">Longest Uncommon Subsequence I</a></th>
397397
<th>简单</th>
398398
</tr> <tr>
@@ -444,7 +444,7 @@
444444
<th><a target="_blank" href="https://blog.csdn.net/zy345293721/article/details/82585979">Sorted Question </a></th>
445445
<th>简单</th>
446446
</tr> <tr>
447-
<th ></th>
447+
<th >.</th>
448448
<th><a target="_blank" href="https://blog.csdn.net/zy345293721/article/details/82390156">Compute Digit</a></th>
449449
<th>简单</th>
450450
</tr>

0 commit comments

Comments
 (0)