Palindromes | Valid Palindrome | Simplified with visuals and animations | Sample problems

  Рет қаралды 5,588

Nikhil Lohia

Nikhil Lohia

Күн бұрын

Пікірлер: 19
@developer_save
@developer_save 11 ай бұрын
The way you explained, is outstanding just keep uploading videos . Its helping us a lot.
@robinsingh202
@robinsingh202 11 ай бұрын
Please keep making such videos!!our basics are getting stronger!
@IshaZaka
@IshaZaka Күн бұрын
great way of explaning
@pradyumnakhadanga1016
@pradyumnakhadanga1016 Ай бұрын
I am watching all your videos, It is awesome.
@atulsolanki1735
@atulsolanki1735 5 ай бұрын
Great way to explain the problem and solution, to make it very simple and easy to understand. Thank you, Nikhil.
@mounikathalla3440
@mounikathalla3440 6 ай бұрын
great work Nikhil..... thank you for these tutorials....👏👌👌👌
@amitmandal5842
@amitmandal5842 8 ай бұрын
As usual, you explanation is awesome.. Thanks you Nikhil..😊😊
@Radhe_Krishna2245
@Radhe_Krishna2245 9 ай бұрын
Awesome explanation ❤
@IshaZaka
@IshaZaka Күн бұрын
plz make more
@pradyumnakhadanga1016
@pradyumnakhadanga1016 Ай бұрын
It can be improved protected static boolean isPollindrom(String str){ int left = 0; int right = str.length()-1; while(left
@charlesopuoro5295
@charlesopuoro5295 10 ай бұрын
Thanks always
@nikoo28
@nikoo28 10 ай бұрын
So nice of you
@myosith4795
@myosith4795 5 ай бұрын
we have to use palindrome concept in many cases ...
@ash8726
@ash8726 8 ай бұрын
can you make a video on variable-size sliding window algorithm
@nikoo28
@nikoo28 6 ай бұрын
will try to make one on it. did you have a look at the sliding window algorithm already? kzbin.info/www/bejne/a2e3qXuDfJWknrM
@jcv178
@jcv178 10 ай бұрын
you didn't explain in the code how to ignore non-alphabetic characters
@nikoo28
@nikoo28 10 ай бұрын
i wanted to focus on the algorithm to check a palindrome. for your specific condition to check non-alphabetic characters, you can just add some if conditions. Also, it is not possible to account for every different problem. Some might have special symbols, some might allow numbers. Ideally, you should focus on understanding how the algorithm works...how to identify the palindrome...rest is just some decoration with if blocks and conditionals.
@prettymess21
@prettymess21 10 ай бұрын
The code is not accepted by leetcode
@nikoo28
@nikoo28 10 ай бұрын
are you sure? I tried again, and it accepts. github.com/nikoo28/java-solutions/blob/master/src/main/java/leetcode/easy/ValidPalindrome.java
Apple peeling hack
00:37
_vector_
Рет қаралды 82 МЛН
8 patterns to solve 80% Leetcode problems
7:30
Sahil & Sarra
Рет қаралды 349 М.
Valid Palindrome | LeetCode 125 | C++, Java, Python
10:38
Knowledge Center
Рет қаралды 16 М.
Valid Palindrome | Leetcode #125
7:29
Techdose
Рет қаралды 15 М.
Google Coding Interview With A Competitive Programmer
54:17
Clément Mihailescu
Рет қаралды 2,5 МЛН
Apple peeling hack
00:37
_vector_
Рет қаралды 82 МЛН