Remove Duplicates from Sorted List II | Live Coding with Explanation | Leetcode #82

preview_player
Показать описание
To support us you can donate

Check out our other popular playlists:

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
Рекомендации по теме
Комментарии
Автор

We hope you all are enjoying our videos!!! Don't forget to leave a comment!!! Please like the video to support us!!!

Questions you might like:

Struggling in a question??

Leave in a comment and we will make a video!!!🙂🙂🙂

AlgorithmsMadeEasy
Автор

This video has such a crisp and precise explanation at the beginning. Found this very helpful !

harinijeyaraman
Автор

This solution is good for Java as there is automatic garbage collection. In case of C++, it will run perfectly but there will be memory leaks as the memory on the heap will never get cleared. How do we approach this in that case?

ashishshahpur
Автор

Literally this is the best explanation for this question ...The way she developed the intuation and then coded ..not even found helpful on others channel and even foreigners...

poetryiscodingdecoding
Автор

this is the best explanation I found so far

badabeta
Автор

such a great Explanation, , I did not understand the dummy, or what it's working, , but now I totally understand, thank you so much mam🤗

aviralkaushik
Автор

Best explanation compared to all other videos on this question #82 ....🤗

ziyadauti
Автор

great explaination and visual, keep it up!

aby.t
Автор

Mam at the end, "prev" pointer will also come to node 5, right?

PankajYadav-kfdl
Автор

Very good explanation
I was not able to visualise like this
Now I am able to solve

consistentthoughts
Автор

how will duplicate->next return only the required nodes ?

korosensei
Автор

Great Explanation👌👌, keep doing for more problems.Its a request.

arjunreddynarala
Автор

A little confusing. When the head moves from 3 to 4, as said earlier in the video why didn't you move the prev to 4 as well and if you move the prev the algo doesn't work.

sampannapokhrel
Автор

We have used while inside while loop so time complexity will be O(n2) right?
Correct me please if I am wrong...

prathameshraut
Автор

Great visualization with pointers !.. My code was giving errors for some edge cases, then watched your video and it helped me. Thank you

nitin
Автор

visualization of pointer is very important i like your presentation

anishsuman
Автор

great video. how do we know when to use a dummy node?

ishaankulkarni
Автор

Thank you much for the explanation. I had tried to demo the process by myself and got confused.

sophia