Leetcode 975. Odd Even Jump Detailed Explanation + Coding (Python)

  Рет қаралды 4,631

Algorithms Simplified

Algorithms Simplified

Күн бұрын

Пікірлер: 36
@algorithmssimplified1563
@algorithmssimplified1563 2 жыл бұрын
this is my first ever youtube video, so any feedback / suggestions are invited. Which question should i explain in next week's video?
@igowtham90
@igowtham90 2 жыл бұрын
One suggestion is you could save some time by pasting the content and explaining instead of writing and explaining
@algorithmssimplified1563
@algorithmssimplified1563 2 жыл бұрын
@@igowtham90 I agree. Thanks for your insight. I think pasting the content is easier for me too.
@johnstephen8041
@johnstephen8041 Жыл бұрын
You did very well in explaining the hard problem slowly, even a beginner can understand! One suggestion provide the link for the code.
@hangchen
@hangchen 7 ай бұрын
This is hands down by far the best explanation of this question I can find on KZbin! Don't be scared about its one hour-long content. If you are really struggling with this question, this one hour is worth your investment, otherwise you may find yourself jump around among other videos and posts and end up spending more than one hour and are still confused. This one-hour is purely all useful content for sure. Thank you for this easy to follow illustration of the problem. I hope you were my Computer Science teacher!
@akhil_dh_
@akhil_dh_ 7 күн бұрын
thankyou for making the solution so through, such that hard problem sounds like easy once you've went through the explanation :)
@DalonLobo
@DalonLobo 2 жыл бұрын
One of the best videos on this problem. I love the handwritten stuff, very well articulated and color coded. I watched it on 1.5x speed (Suggestion for anyone thinking this video is at slower rate). Great work! and thanks for sharing!
@algorithmssimplified1563
@algorithmssimplified1563 2 жыл бұрын
i'm glad it was useful!
@igowtham90
@igowtham90 2 жыл бұрын
Great explanation! Stumbled upon your video after 4-5 videos for this problem and yours was the best. Look forward to seeing more videos!
@algorithmssimplified1563
@algorithmssimplified1563 2 жыл бұрын
glad it was helpful!
@rollercoasterer
@rollercoasterer 2 жыл бұрын
Very high quality video! Great work.
@nictheregulardude
@nictheregulardude 6 ай бұрын
Great explanation, was able to code the solution just from your explanation alone without seeing your solution. Great Job!
@rexsalezar4603
@rexsalezar4603 2 жыл бұрын
Thank you for creating such a detailed video!
@devictr
@devictr 2 жыл бұрын
Very clear, thank you! I loved that your English is very legible and the sound quality is great
@algorithmssimplified1563
@algorithmssimplified1563 2 жыл бұрын
Thank you! 😃
@romilnujella
@romilnujella 2 жыл бұрын
best explanation on this question
@Dholi1
@Dholi1 Жыл бұрын
Thank you! I'm just starting to interview prep and this helped a lot.
@suvrobanerjee2399
@suvrobanerjee2399 2 жыл бұрын
Thank you for such a detailed explanation. Keep posting more. Thank you.
@BBRR442
@BBRR442 2 жыл бұрын
excruciating detail haha thanks for the help with this !
@Mamtagoyal27
@Mamtagoyal27 Жыл бұрын
Nicely explained.
@Dr7769
@Dr7769 2 жыл бұрын
thank you for the explanation!
@chriswolf4715
@chriswolf4715 Жыл бұрын
Thank you for making this video. It was very informative and has been very helpful :)
@Indian73641
@Indian73641 Жыл бұрын
Very good explanation
@mohammadusman9975
@mohammadusman9975 2 жыл бұрын
Thank you so much for this!
@SasukeUchiha0330
@SasukeUchiha0330 2 жыл бұрын
Great video!
@ongfawakhet7530
@ongfawakhet7530 2 жыл бұрын
Thank you for this explanation.
@vatssv3006
@vatssv3006 2 жыл бұрын
Great, great video. Really helpfully and very nicely explained. Was just a tiny bit slow as you were writing so sped it up a little but kudos to how detailed it was. It's a question that would be hard to explain in terms of why certain things work in the algorithm.
@algorithmssimplified1563
@algorithmssimplified1563 2 жыл бұрын
Glad it was helpful! I'll speed it up a little by writing things in advance in future videos.
@abba4055
@abba4055 2 жыл бұрын
Thanks. For explaining! Good video
@algorithmssimplified1563
@algorithmssimplified1563 2 жыл бұрын
Glad you enjoyed it
@GunalanDeivaganpathy
@GunalanDeivaganpathy 6 ай бұрын
WOAH WHAT AN EXPLANATION
@SiddharthKulkarniN
@SiddharthKulkarniN Жыл бұрын
I am interested in looking at the brute force code.
@tenzin8773
@tenzin8773 4 ай бұрын
Amazing explanation! But if i'm asked this question during an interview I am cooked :(
@pranavcv9112
@pranavcv9112 2 жыл бұрын
How is the stack approach more efficient? In a worst-case scenario wouldn't it also have a time complexity of O(n^2)? Because we might have to compare an index to every other element in the stack (n operations).
@MinhNguyen-lz1pg
@MinhNguyen-lz1pg 2 жыл бұрын
feel like if GG give you this question for OA, they want you to fail. Great explanation tho considered there are only a handful of channels solving this hard question.
@agnesakne4409
@agnesakne4409 Жыл бұрын
And now you work at google or what?
LeetCode 815. Bus Routes Detailed Explanation + Coding (Python)
31:53
Algorithms Simplified
Рет қаралды 3,4 М.
Бенчик, пора купаться! 🛁 #бенчик #арти #симбочка
00:34
Симбочка Пимпочка
Рет қаралды 3,9 МЛН
LeetCode Odd Even Jump Solution Explained - Java
27:18
Nick White
Рет қаралды 23 М.
The "Goodbye" Problem - Computerphile
8:24
Computerphile
Рет қаралды 54 М.
Microsoft Makes Windows Worse With AI
9:34
Mental Outlaw
Рет қаралды 165 М.
3 Types of Algorithms Every Programmer Needs to Know
13:12
ForrestKnight
Рет қаралды 490 М.
528. Random Pick With Weight - CONCISE EXPLANATION & WALKTHROUGH
8:47
Algorithms Simplified
Рет қаралды 736
Easy Google Coding Interview With Ben Awad
28:00
Clément Mihailescu
Рет қаралды 1 МЛН
5 Simple Steps for Solving Any Recursive Problem
21:03
Reducible
Рет қаралды 1,2 МЛН
How I Failed the Google Coding Interview (and lessons I learned)
14:24
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Sahil & Sarra
Рет қаралды 665 М.