Skip to content

Commit 23de520

Browse files
committed
add valid palindrome final edit
1 parent 660b8d3 commit 23de520

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

101-200/125-valid-palindrome.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
Author :- Rishabh Jain
33
Solution for :- https://leetcode.com/problems/valid-palindrome/
4-
blog for this code :- https://rishabh1403.com/posts/coding/leetcode/2020/03/leetcode-search-insert-position
5-
youtube video :- https://youtu.be/l2XPvyTlC6c
4+
blog for this code :- https://rishabh1403.com/posts/coding/leetcode/2020/03/leetcode-valid-palindrome
5+
youtube video :- https://youtu.be/zqQRjBbwRew
66
*/
77

88
var isPalindrome = function (s) {

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Solutions of all the questions from Leetcode in JavaScript.
2020

2121
- 58.Length of Last Word - [Question](https://leetcode.com/problems/length-of-last-word/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/1-100/58-length-of-last-word.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/03/leetcode-length-of-last-word) | [Youtube Video](https://youtu.be/2PQ4vtnLfnw)
2222

23+
- 125.Valid Palindrome - [Question](https://leetcode.com/problems/valid-palindrome/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/101-200/125-valid-palindrome.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/03/leetcode-valid-palindrome) | [Youtube Video](https://youtu.be/zqQRjBbwRew)
24+
2325
- 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)
2426

2527
- 242.Valid Anagram - [Question](https://leetcode.com/problems/valid-anagram/) | [Source Code](https://github.com/rishabh1403/leetcode-javascript-solutions/blob/master/201-300/242-valid-anagram.js) | [Blog](https://rishabh1403.com/posts/coding/leetcode/2020/03/leetcode-valid-anagram) | [Youtube Video](https://youtu.be/7z25qqUCOUE)

0 commit comments

Comments
 (0)