Skip to content

Commit

Permalink
fixed No.153's difficulty
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed Jan 21, 2017
1 parent 19a6856 commit 0b8ef82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ LeetCode solutions in C++ 11. (From Easy to Hard)
|150|[LRU Cache][150]|[C++](150. LRU Cache/solution.h)|2015/03/13|Hard|
|151|[Text Justification][151]|[C++](151. Text Justification/solution.h)|2015/03/14|Hard|
|152|[Word Ladder II][152]|[C++](152. Word Ladder II/solution.h)|2015/03/15|Hard|
|153|[Valid Number][153]|[C++](153. Valid Number/solution.h)|2015/03/16|Easy|
|153|[Valid Number][153]|[C++](153. Valid Number/solution.h)|2015/03/16|Hard|
|154|[Max Points on a Line][154]|[C++](154. Max Points on a Line/solution.h)|2015/03/17|Hard|


Expand Down

0 comments on commit 0b8ef82

Please sign in to comment.