Remove Duplicates from Sorted Array II | Live Coding with Explanation | Leetcode - 80
HTML-код
- Опубликовано: 8 фев 2025
- Detailed explanation of leetcode 80 - Remove Duplicates from Sorted Array II
To support us you can donate
UPI: algorithmsmadeeasy@icici
Check out our other popular playlists:
✅✅✅[ August Leetcoding Challenges ] : • August LeetCoding Chal...
✅✅✅[ July Leetcoding Challenges ] : • July LeetCoding Challe...
✅✅✅[ Cracking the Coding Interview - Unique String ] : • Cracking the Coding In...
✅✅✅[ June Leetcoding Challenges ] : • June LeetCoding Challe...
✅✅✅[ May Leetcoding challenges ]: • May LeetCoding Challen...
Problem Link: leetcode.com/p...
If you find any difficulty or have any query then do COMMENT below. PLEASE help our channel by SUBSCRIBING and LIKE our video if you found it helpful.
#coding #leetcode #programminglife #programmingisfun #programmer #tech #software #codinglife #leetcode
I hope to see this channel as a one-stop for all LC questions! Nice explanation.
Thank you for the compliment!! 😊
Best VISUAL explaination I've found on YT so far, Thank U
Glad you like it !!
The best explanation of this problem, Thanks!
Great Explanation. I watched three videos before this video for this question.
Glad you liked it !!
Best video I found for this problem.Nice explanation.Keep up the good work.
Thanks !! 🙂
If you are interested in Geeksforgeeks courses. do check out our latest giveaway!! 🙂
Simple concise and elegant
Thank you!!
Thank you!! This is very clear!
best solution ever. thank you
Thanks!!
If the length of num array was 1. Wouldn't k have to be 1? If in starts as 2, wouldn't the value for k be wrong?
the first line of code has precondition which are used to remove the case mentioned by you (nums.length < 3).
Super cool solution!
Thankyou!! 👍👍
Thanks!
Best one I think
but actually what happen next after 2
Glad it helped. Please subscribe to the channel.
Thank you
Glad it was helpful!
Don't forget to share and subscribe!!
@@AlgorithmsMadeEasy you can also subscribe to our youtube channel :) I also make videos.
best explanation !!!
Glad it was helpful!
Don't forget to share and subscribe!!
what if the first 3 elements were 0,1,2,3,3,3 and so on? Does your logic still work?
Thank you maam :)
Glad it was helpful!
Don't forget to share and subscribe!!
Could you explain what was your though process for coming up with this algorithm? Lets say this was an interview how would you approach this problem? I tried to do it under 45 mins but I couldn't. I couldn't even solve the problem until I saw your video so it would really be helpful if I could get your insight towards approaching these kind of problems. Thanks. Your videos are great.
👍
nicely explained ..
Thanks Meenu!! 🙂
Nice work
👌👌
sorry I dont understand line 6... what does in represent and why are we minusing 2?
NITIDO MI NEGRA..
worst ever explaination
What if the array contains 1,1,2 will it work can u explain 😅