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

  Рет қаралды 6,736

Nikhil Lohia

Nikhil Lohia

Күн бұрын

Пікірлер: 21
@robinsingh202
@robinsingh202 Жыл бұрын
Please keep making such videos!!our basics are getting stronger!
@vishnulavudya3160
@vishnulavudya3160 5 күн бұрын
You are really are underrated !
@developer_save
@developer_save Жыл бұрын
The way you explained, is outstanding just keep uploading videos . Its helping us a lot.
@atulsolanki1735
@atulsolanki1735 8 ай бұрын
Great way to explain the problem and solution, to make it very simple and easy to understand. Thank you, Nikhil.
@amitmandal5842
@amitmandal5842 11 ай бұрын
As usual, you explanation is awesome.. Thanks you Nikhil..😊😊
@suhas8882
@suhas8882 Ай бұрын
This code is not working in leetcode for all the test cases
@mounikathalla3440
@mounikathalla3440 8 ай бұрын
great work Nikhil..... thank you for these tutorials....👏👌👌👌
@pradyumnakhadanga1016
@pradyumnakhadanga1016 3 ай бұрын
I am watching all your videos, It is awesome.
@IshaZaka
@IshaZaka 2 ай бұрын
great way of explaning
@pradyumnakhadanga1016
@pradyumnakhadanga1016 3 ай бұрын
It can be improved protected static boolean isPollindrom(String str){ int left = 0; int right = str.length()-1; while(left
@Radhe_Krishna2245
@Radhe_Krishna2245 Жыл бұрын
Awesome explanation ❤
@ash8726
@ash8726 10 ай бұрын
can you make a video on variable-size sliding window algorithm
@nikoo28
@nikoo28 9 ай бұрын
will try to make one on it. did you have a look at the sliding window algorithm already? kzbin.info/www/bejne/a2e3qXuDfJWknrM
@prettymess21
@prettymess21 Жыл бұрын
The code is not accepted by leetcode
@nikoo28
@nikoo28 Жыл бұрын
are you sure? I tried again, and it accepts. github.com/nikoo28/java-solutions/blob/master/src/main/java/leetcode/easy/ValidPalindrome.java
@myosith4795
@myosith4795 8 ай бұрын
we have to use palindrome concept in many cases ...
@charlesopuoro5295
@charlesopuoro5295 Жыл бұрын
Thanks always
@nikoo28
@nikoo28 Жыл бұрын
So nice of you
@jcv178
@jcv178 Жыл бұрын
you didn't explain in the code how to ignore non-alphabetic characters
@nikoo28
@nikoo28 Жыл бұрын
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.
@IshaZaka
@IshaZaka 2 ай бұрын
plz make more
SIZE DOESN’T MATTER @benjaminjiujitsu
00:46
Natan por Aí
Рет қаралды 3,1 МЛН
ТЮРЕМЩИК В БОКСЕ! #shorts
00:58
HARD_MMA
Рет қаралды 2,7 МЛН
МЕНЯ УКУСИЛ ПАУК #shorts
00:23
Паша Осадчий
Рет қаралды 5 МЛН
8 patterns to solve 80% Leetcode problems
7:30
Sahil & Sarra
Рет қаралды 442 М.
Valid Palindrome - Leetcode 125 - Python
14:58
NeetCode
Рет қаралды 279 М.
How to Solve ANY LeetCode Problem (Step-by-Step)
12:37
Codebagel
Рет қаралды 303 М.
The Backtracking Blueprint: The Legendary 3 Keys To Backtracking Algorithms
13:44