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

Commit 57d7997

Browse files
committed
add two new question
1 parent 21af6b3 commit 57d7997

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
@@ -2,7 +2,7 @@
22
Author :- Rishabh Jain <contact@rishabh1403.com>
33
Solution for :- https://leetcode.com/problems/day-of-the-week/
44
blog for this code :- https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-day-of-week
5-
youtube video :- https://youtu.be/s_CepLCQHNY
5+
youtube video :- https://youtu.be/LiJ9H7I6AU0
66
*/
77

88
var dayOfTheWeek = function (day, month, year) {

1201-1300/1252-cells-with-odd-values.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/cells-with-odd-values-in-a-matrix/
44
blog for this code :- https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-cells-with-odd-values-in-a-matrix
5-
youtube video :- https://youtu.be/s_CepLCQHNY
5+
youtube video :- https://youtu.be/PfIdfEH2qMY
66
*/
77

88
var oddCells = function (n, m, indices) {

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](https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-day-of-week) | [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](https://youtu.be/LiJ9H7I6AU0)
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](https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-cells-with-odd-values-in-a-matrix) | [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](https://youtu.be/PfIdfEH2qMY)
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)