Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 17dbc2c

Browse files
committed
add questions 344,509
1 parent 4c184c7 commit 17dbc2c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

301-400/344-reverse-string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Author :- Rishabh Jain <contact@rishabh1403.com>
33
Solution for :- https://leetcode.com/problems/reverse-string/
44
blog for this code :- https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-reverse-string
5-
youtube video :- https://youtu.be/I6AUMvi13fc
5+
youtube video :- https://youtu.be/8j24rPjGBwU
66
*/
77

88

501-600/509-fibonacci-number.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Author :- Rishabh Jain <contact@rishabh1403.com>
33
Solution for :- https://leetcode.com/problems/fibonacci-number/
44
blog for this code :- https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-fibonacci-number
5-
youtube video :- https://youtu.be/I6AUMvi13fc
5+
youtube video :- https://youtu.be/iyyhQfO_KKY
66
*/
77

88

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Solutions of all the questions from Leetcode in JavaScript.
3434

3535
- 268.Missing Number - [Question](https://leetcode.com/problems/missing-number/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/201-300/268-missing-number.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/03/leetcode-missing-number) | [Youtube Video](https://youtu.be/I6AUMvi13fc)
3636

37-
- 344.Reverse String - [Question](https://leetcode.com/problems/reverse-string/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/201-300/268-missing-number.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-reverse-string) | [Youtube Video]()
37+
- 344.Reverse String - [Question](https://leetcode.com/problems/reverse-string/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/301-400/344-reverse-string.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-reverse-string) | [Youtube Video](https://youtu.be/8j24rPjGBwU)
3838

39-
- 509.Fibonacci Number - [Question](https://leetcode.com/problems/fibonacci-number/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/201-300/268-missing-number.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-fibonacci-number) | [Youtube Video]()
39+
- 509.Fibonacci Number - [Question](https://leetcode.com/problems/fibonacci-number/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/501-600/509-fibonacci-number.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-fibonacci-number) | [Youtube Video](https://youtu.be/iyyhQfO_KKY)
4040

4141
- 709.To Lower Case - [Question](https://leetcode.com/problems/to-lower-case/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/701-800/709-to-lower-case.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/03/leetcode-to-lower-case) | [Youtube Video](https://youtu.be/jFi7-YgIXJQ)
4242

0 commit comments

Comments
 (0)