LeetCode 237: Delete Node in a Linked List - Interview Prep Ep 57

preview_player
Показать описание


⭐ Support my channel and connect with me:

Solutions explained:
1. We'll assign this node's next node's value to this node's value;
2. We'll change this node's next pointer to point to this node's successor's successor.

Time: O(1)
Space: O(1)

// TOOLS THAT I USE:

// MY FAVORITE BOOKS:

My ENTIRE Programming Equipment and Computer Science Bookshelf:

And make sure you subscribe to my channel!

Your comments/thoughts/questions/advice will be greatly appreciated!

#softwareengineering #leetcode #algorithms #coding #interview #SDE #SWE #SiliconValley #programming #datastructures
Рекомендации по теме
Комментарии
Автор

I hope that u continue to add leetcode videos on a daily basis. Great job man

siddharthgupta
Автор

Thank you, Fisher for this series! You're so helpful and you explain very well! Have a great day!

TharaMesseroux
Автор

awesome stuff. waiting for more linked list problems from ur side.

nishantkumar
Автор

好样的兄弟,谢谢你啊,我也正在刷题,刷了70 道题了,但是很多时候还是要看答案

Corythehausbaus
Автор

idk why it has so many dislike. its a pretty good question for leetcode beginer

xaviersson
Автор

Can you please solve the problems in Python no one else does will be more effective.

neerajbh