Skip to content

Commit 9bc8490

Browse files
committed
update readme
1 parent 6feb6d8 commit 9bc8490

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Solutions of all the questions from Leetcode in JavaScript.
2626

2727
- 167.Two Sum-II - [Question](https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/101-200/167-two-sum-ii.js) | [Blog](https://rishabh1403.com/leetcode-solution-of-two-sum-ii-in-javascript) | [Youtube Video](https://www.youtube.com/watch?v=MjxN8HIzIRc)
2828

29-
- 169.Majority Element - [Question](https://leetcode.com/problems/majority-element/) | [Source Code]() | [Blog]() | [Youtube Video]()
29+
- 169.Majority Element - [Question](https://leetcode.com/problems/majority-element/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/101-200/169-majority-element.js) | [Blog]() | [Youtube Video]()
3030

3131
- 217.Contains Duplicate - [Question](https://leetcode.com/problems/contains-duplicate/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/201-300/217-contains-duplicate.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/03/leetcode-contains-duplicate) | [Youtube Video](https://youtu.be/cuR5uyV8snc)
3232

@@ -44,17 +44,17 @@ Solutions of all the questions from Leetcode in JavaScript.
4444

4545
- 771.Jewels and Stones - [Question](https://leetcode.com/problems/jewels-and-stones/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/701-800/771-jewels-and-stones.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/03/leetcode-jewels-and-stones) | [Youtube Video](https://youtu.be/cNVJZF5UT1w)
4646

47-
- 867.Transpose Matrix - [Question](https://leetcode.com/problems/transpose-matrix/) | [Source Code]() | [Blog]() | [Youtube Video]()
47+
- 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]() | [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]() | [Youtube Video]()
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]() | [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]() | [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]() | [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]() | [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]() | [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]() | [Youtube Video]()
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)