Remove Duplicates from Sorted List II | Leetcode 82 | Live coding session

Опубликовано: 03 Март 2026
на канале: Coding Decoded
1,052
37

1) 0:00 Explaining the problem out loud
2) 1:02 Algorithm walkthrough
3) 4:00 Coding it up
4) 8:20 Time complexity

TC :O(n)
SC: O(1)
where n is the no elements in the list

Code Link
https://github.com/Sunchit/Coding-Dec...

Repo link : https://github.com/Sunchit/Coding-Dec...

Complete January Playlist:    • Leetcode January 2021 Solution  

Complete December Playlist:    • Leetcode December 2020 Solution  


Channel link:    / codingdecoded  

Problem : https://leetcode.com/problems/remove-...