Leetcode 2487. Remove Nodes From Linked List | Hindi

preview_player
Показать описание
2487. Remove Nodes From Linked List | Hindi
Leetcode 2487. Remove Nodes From Linked List
2487 Remove Nodes From Linked List
2487. Remove Nodes From Linked List
Leetcode 2487. Remove Nodes From Linked List
Leetcode contest 321
today's leetcode contest 321
Remove Nodes From Linked List
leetcode 2487 hindi


leetcode Remove Nodes From Linked List
Leetcode contest 321 3rd problem

Leetcode 2487 todays leetcode contest Question
Leetcode 2487 leetcode contest 316 Question
Leetcode 2487 Remove Nodes From Linked List

🔴 Do check out my channel for "Daily Leetcode Challenges" and playlists for "DSA and leetcode contests" :

Weekly Contest 297 playlist:

Weekly Contest 296 playlist:

🔴 Connect with me here:

-----------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------Link to Other videos :

Leetcode Contest 289 | 2244. Minimum Rounds to Complete All Task :
Leetcode Contest 289 | Hard Problem : 2246. Longest Path With Different Adjacent Characters :

Gadgets I use:
For my coding videos:
Рекомендации по теме
Комментарии
Автор

Please dont forget to subscribe. Comment down below if you need solutions for rest of the problems of the contest. 🙂🙂

Think_Code
Автор

bhaiya ye question mein mujhe ngr ka code yaad nhi aaya so n^2 mein kardiya but gave TLE
Now it is clear from the video, thank you!

pritishpattnaik
Автор

Bro agr array may hi lena tha to linked list ka kya kaam. Aisa koi approach ni hai kya jismay hum array hi na lena padhay, because it will decrease the space complexity, like we can directly apply nge on linked list itself

all-aroundas
Автор

if(head.next==null)return head;
ListNode node=removeNodes(head.next);
if(node.val>head.val)return node;
head.next=node;
return head;

raushanraj_
welcome to shbcf.ru