8000 Merge pull request #18 from n0vad3v/master · pezy/LeetCode@0894d2c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0894d2c

Browse files

authored
Merge pull request #18 from n0vad3v/master
fixed No.153's difficulty
2 parents 19a6856 + 0b8ef82 commit 0894d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ LeetCode solutions in C++ 11. (From Easy to Hard)
157157
|150|[LRU Cache][150]|[C++](150. LRU Cache/solution.h)|2015/03/13|Hard|
158158
|151|[Text Justification][151]|[C++](151. Text Justification/solution.h)|2015/03/14|Hard|
159159
|152|[Word Ladder II][152]|[C++](152. Word Ladder II/solution.h)|2015/03/15|Hard|
160-
|153|[Valid Number][153]|[C++](153. Valid Number/solution.h)|2015/03/16|Easy|
160+
|153|[Valid Number][153]|[C++](153. Valid Number/solution.h)|2015/03/16|Hard|
161161
|154|[Max Points on a Line][154]|[C++](154. Max Points on a Line/solution.h)|2015/03/17|Hard|
162162

163163

0 commit comments

Comments
 (0)
0