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

Commit 145709d

Browse files
committed
add some links
1 parent 9bc8490 commit 145709d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

1201-1300/1281-subtract-product-sum-of-digits.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
Author :- Rishabh Jain <contact@rishabh1403.com>
33
Solution for :- https://leetcode.com/problems/subtract-the-product-and-sum-of-digits-of-an-integer/
4-
blog for this code :- https://rishabh1403.com/posts/coding/leetcode/2020/03/leetcode-defang-ip-address
5-
youtube video :- https://youtu.be/s_CepLCQHNY
4+
blog for this code :- https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-subtract-product-sum-of-digits-of-number
5+
youtube video :- https://youtu.be/BL6VoKQqlmM
66
*/
77

88
var subtractProductAndSum = function (n) {

901-1000/929-unique-email-address.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
Author :- Rishabh Jain <contact@rishabh1403.com>
33
Solution for :- https://leetcode.com/problems/unique-email-addresses/
4-
blog for this code :- https://rishabh1403.com/posts/coding/leetcode/2020/03/leetcode-defang-ip-address
5-
youtube video :- https://youtu.be/s_CepLCQHNY
4+
blog for this code :- https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-unique-email-address
5+
youtube video :- https://youtu.be/X93pmKET_FY
66
*/
77

88
var numUniqueEmails = function (emails) {

README.md

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

4747
- 867.Transpose Matrix - [Question](https://leetcode.com/problems/transpose-matrix/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/801-900/867-transpose-matrix.js) | [Blog]() | [Youtube Video]()
4848

49-
- 929.Unique Email Addresses - [Question](https://leetcode.com/problems/unique-email-addresses/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/901-1000/929-unique-email-address.js) | [Blog]() | [Youtube Video]()
49+
- 929.Unique Email Addresses - [Question](https://leetcode.com/problems/unique-email-addresses/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/901-1000/929-unique-email-address.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/04/leetcode-unique-email-address) | [Youtube Video](https://youtu.be/X93pmKET_FY)
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

5353
- 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]()
5454

5555
- 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]()
5656

57-
- 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]() | [Youtube Video]()
57+
- 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

5959
- 1342.Number of Steps to Reduce a Number to Zero - [Question](https://leetcode.com/problems/number-of-steps-to-reduce-a-number-to-zero/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/1301-1400/1342-reduce-numer-to-zero.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/03/leetcode-number-of-steps-to-reduce-a-number-to-zero) | [Youtube Video](https://www.youtube.com/watch?v=sQYhrMf1VMc)
6060

0 commit comments

Comments
 (0)