File tree 1 file changed +1
-1
lines changed
paginated_contents/first_one_thousand
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
| # | Title | Solutions | Video | Difficulty | Tag
2
2
|------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|----------------------------------|----------------------------------------------------------------------
3
- | 10 | [ Regular Expression Matching] ( https://leetcode.com/problems/regular-expression-matching/ ) | [ Java] ( ../ master/src/main/java/com/fishercoder/solutions/_10.java) , [ Javascript] ( ../master/javascript/_10.js ) || Hard | DP
3
+ | 10 | [ Regular Expression Matching] ( https://leetcode.com/problems/regular-expression-matching/ ) | [ Java] ( https://github.com/fishercoder1534/Leetcode/blob/ master/src/main/java/com/fishercoder/solutions/_10.java) , [ Javascript] ( ../master/javascript/_10.js ) || Hard | DP
4
4
| 9 | [ Palindrome Number] ( https://leetcode.com/problems/palindrome-number/ ) | [ Java] ( ../master/src/main/java/com/fishercoder/solutions/_9.java ) , [ C++] ( ../master/cpp/_9.cpp ) | | Easy
5
5
| 8 | [ String to Integer (atoi)] ( https://leetcode.com/problems/string-to-integer-atoi/ ) | [ Solution] ( ../master/src/main/java/com/fishercoder/solutions/_8.java ) | | Medium
6
6
| 7 | [ Reverse Integer] ( https://leetcode.com/problems/reverse-integer/ ) | [ Solution] ( ../master/src/main/java/com/fishercoder/solutions/_7.java ) , [ C++] ( ../master/cpp/_7.cpp ) | [ :tv : ] ( https://youtu.be/tm1Yrb_SfBM ) | Easy |
You can’t perform that action at this time.
0 commit comments