Leetcode Visualized: 647. Palindromic Substrings

  Рет қаралды 18,379

Alexander Le

Alexander Le

Күн бұрын

Пікірлер: 53
@SimoneIovane
@SimoneIovane 3 жыл бұрын
The only video that allowed me to understand this damn probelm. Thanks!
@prithvirajrathore4256
@prithvirajrathore4256 4 жыл бұрын
The best explanation on the youtube so far . can you make a series on dp questions ?
@suman6327
@suman6327 4 жыл бұрын
Wow what a trick, been struggling on the Palindromic Partitioning problem and found this trick ! Two problems with one solution, thanks a ton !!
@walidzein1
@walidzein1 2 жыл бұрын
i usually don't bother leaving a comment but this explanation is probably the best i've ever seen
@YeHenryTian
@YeHenryTian 4 жыл бұрын
Dope! I could never think of this solution in a coding interview without seeing it before...
@divyanshtiwari5540
@divyanshtiwari5540 3 жыл бұрын
Thank you for the vizualization
@ashutoshgupta2035
@ashutoshgupta2035 3 жыл бұрын
I am your 400 th subscriber all the best go.
@sumitrana3921
@sumitrana3921 3 жыл бұрын
best explanation!!! I would love to see your channel grow
@manojrajasekar6035
@manojrajasekar6035 4 жыл бұрын
Excellent Explanation ! looking for more videos from you
@oneandonlyflow
@oneandonlyflow 2 жыл бұрын
by far the best explanation. I feel like a lot of DP solutions use matrices and this explained why we use matrices rly well
@ujjvalsharma5055
@ujjvalsharma5055 4 жыл бұрын
Please post more dynamic programming LeetCode problems. You are doing a great job in helping the community
@chrisgillett8712
@chrisgillett8712 3 жыл бұрын
Great vid
@tuanhvu7036
@tuanhvu7036 4 жыл бұрын
Super clear, oh my god! best explanation ever!
@ice_cube918
@ice_cube918 3 жыл бұрын
Very good explanation and graphs!
@fep265
@fep265 4 жыл бұрын
good strategy. Very easy to understand.
@leviiiiiiii3019
@leviiiiiiii3019 Жыл бұрын
You are the best
@rohansood8848
@rohansood8848 4 жыл бұрын
Someone doing leetcode in typescript finally
@WhiteSharkconcac
@WhiteSharkconcac 4 жыл бұрын
Hi, I love your graphical explanation. It makes scary concepts like DP very clear to beginners like me.
@rohitrai4215
@rohitrai4215 3 жыл бұрын
loved it
@MhZnSO4
@MhZnSO4 4 жыл бұрын
Great job my man!
@pavittarkumarazad3259
@pavittarkumarazad3259 4 жыл бұрын
This is quality content.
@yasssh7835
@yasssh7835 4 жыл бұрын
What a actual fuck! Never seen such a good explanation regarding dp. Thanks mate!
@kx01
@kx01 3 жыл бұрын
It's damn the best explanation I have ever come across. :') which I can understand. I never knew dp could be so easy :')
@Wysking
@Wysking 3 жыл бұрын
Nice explanation!
@yingxie9974
@yingxie9974 3 жыл бұрын
agree , best explanation and solution !
@sindhukasula2560
@sindhukasula2560 4 жыл бұрын
Thank you Alex! It was very detailed solution
@andrejoljaca3577
@andrejoljaca3577 3 жыл бұрын
Amazing!
@WowPlusWow
@WowPlusWow 3 жыл бұрын
🙏🏻
@Jagadish12345
@Jagadish12345 4 жыл бұрын
I followed the same approach and written in Python, getting crrect outputs only but exceeding time limits on submittin in leetcode
@ujjvalsharma5055
@ujjvalsharma5055 4 жыл бұрын
great explanation keep up the good work
@henriquebelotto
@henriquebelotto 3 жыл бұрын
Great explanation! Although I'd need to practice a lot to remember this idea! Lol
@lamrin9178
@lamrin9178 4 жыл бұрын
Beautifully explained thanks a lot!!!
@sandeepa4116
@sandeepa4116 3 жыл бұрын
Very well done. I'm just confused with the time complexity. May I know what's the time and space complexity for this?
@ritikchail7330
@ritikchail7330 3 жыл бұрын
Time complexity is O(n**2) and space complexity is also same
@xavierelon
@xavierelon 3 жыл бұрын
Great explanation. Thank you
@akkzhol1
@akkzhol1 4 жыл бұрын
Thank you for very clear explanation!👍
@yingxie9974
@yingxie9974 3 жыл бұрын
very smart
@gepliprl8558
@gepliprl8558 4 жыл бұрын
The explanations is great.
@ice_cube918
@ice_cube918 4 жыл бұрын
awesome explanations!
@rpproductionskenya9012
@rpproductionskenya9012 3 жыл бұрын
I love you.
@gautammishra96
@gautammishra96 4 жыл бұрын
very good explanation. Thanks.
@pm682
@pm682 4 жыл бұрын
This was super helpful!
@Davidvideo3
@Davidvideo3 3 жыл бұрын
thx g
@mythilikarra1902
@mythilikarra1902 4 жыл бұрын
How do people just come up with this
@beinghumanbeing5182
@beinghumanbeing5182 4 жыл бұрын
why did you stop uploading? go ahead
@conorhynes8633
@conorhynes8633 4 жыл бұрын
Very helpful and clear explanation, what are some other questions in which this apporach can be used?
@bachxha
@bachxha 4 жыл бұрын
awesome!
@prajyothalingale7196
@prajyothalingale7196 4 жыл бұрын
thank you bro....such a great explanation
@nihanthgajam5194
@nihanthgajam5194 4 жыл бұрын
well explained
@pmpiyushmittal1
@pmpiyushmittal1 4 жыл бұрын
This is n^2 solution, can you also make a O(n) solution
@ianpan0102
@ianpan0102 4 жыл бұрын
Kind reminder: the count should be initiliazed to s.length instead of 0 (because the diagnals are all 'true')
@uditasundarray1988
@uditasundarray1988 2 жыл бұрын
Good the background music is irritating
Leetcode Visualized: 739. Daily Temperatures
18:18
Alexander Le
Рет қаралды 21 М.
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 25 МЛН
How To Choose Mac N Cheese Date Night.. 🧀
00:58
Jojo Sim
Рет қаралды 89 МЛН
How Many Balloons To Make A Store Fly?
00:22
MrBeast
Рет қаралды 96 МЛН
Manacher's Algorithm | Longest Palindromic Substring
21:47
Fluent Algorithms
Рет қаралды 30 М.
Palindromic Substrings - Leetcode 647 - Python
15:02
NeetCode
Рет қаралды 158 М.
Leetcode problem Longest Palindromic Substring (two solutions)
25:19
Errichto Algorithms
Рет қаралды 163 М.
Leetcode Visualized: 581. Shortest Unsorted Continuous Subarray
13:47
Dynamic Programming isn't too hard. You just don't know what it is.
22:31
DecodingIntuition
Рет қаралды 197 М.
LeetCode 5.  Longest Palindromic Substring (Algorithm Explained)
14:40
Coding Unbreakable Encryption in C | One-Time Pad
17:42
HirschDaniel
Рет қаралды 4,3 М.
Premature Optimization
12:39
CodeAesthetic
Рет қаралды 834 М.
Mastering Dynamic Programming - How to solve any interview problem (Part 1)
19:41
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 25 МЛН