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

Commit 21af6b3

Browse files
committed
add 2 new questions
1 parent 145709d commit 21af6b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

1101-1200/1185-day-f-week.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Author :- Rishabh Jain <contact@rishabh1403.com>
33
Solution for :- https://leetcode.com/problems/day-of-the-week/
4-
blog for this code :- https://rishabh1403.com/posts/coding/leetcode/2020/03/leetcode-defang-ip-address
4+
blog for this code :- https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-day-of-week
55
youtube video :- https://youtu.be/s_CepLCQHNY
66
*/
77

1201-1300/1252-cells-with-odd-values.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
Author :- Rishabh Jain <contact@rishabh1403.com>
33
Solution for :- https://leetcode.com/problems/cells-with-odd-values-in-a-matrix/
4-
blog for this code :- https://rishabh1403.com/posts/coding/leetcode/2020/03/leetcode-defang-ip-address
4+
blog for this code :- https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-cells-with-odd-values-in-a-matrix
55
youtube video :- https://youtu.be/s_CepLCQHNY
66
*/
77

README.md

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

5151
- 1108.Defanging an IP Address - [Question](https://leetcode.com/problems/defanging-an-ip-address/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/1101-1200/1108-defang-ip-address.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/03/leetcode-defang-ip-address) | [Youtube Video](https://youtu.be/s_CepLCQHNY)
5252

53-
- 1185.Day of the Week - [Question](https://leetcode.com/problems/day-of-the-week/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/1101-1200/1185-day-f-week.js) | [Blog]() | [Youtube Video]()
53+
- 1185.Day of the Week - [Question](https://leetcode.com/problems/day-of-the-week/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/1101-1200/1185-day-f-week.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-day-of-week) | [Youtube Video]()
5454

55-
- 1252.Cells with Odd Values in a Matrix - [Question](https://leetcode.com/problems/cells-with-odd-values-in-a-matrix/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/1201-1300/1252-cells-with-odd-values.js) | [Blog]() | [Youtube Video]()
55+
- 1252.Cells with Odd Values in a Matrix - [Question](https://leetcode.com/problems/cells-with-odd-values-in-a-matrix/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/1201-1300/1252-cells-with-odd-values.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-cells-with-odd-values-in-a-matrix) | [Youtube Video]()
5656

5757
- 1281.Subtract the Product and Sum of Digits of an Integer - [Question](https://leetcode.com/problems/subtract-the-product-and-sum-of-digits-of-an-integer/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/1201-1300/1281-subtract-product-sum-of-digits.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-subtract-product-sum-of-digits-of-number) | [Youtube Video](https://youtu.be/BL6VoKQqlmM)
5858

0 commit comments

Comments
 (0)