DOUBLE LINKED LIST (INSERTION AT BEGINNING,ENDING AND SPECIFIED POSITION) USING PYTHON

  Рет қаралды 16,510

Sundeep Saradhi Kanthety

Sundeep Saradhi Kanthety

Күн бұрын

Пікірлер: 19
@SURENDERSINGH-bz5bs
@SURENDERSINGH-bz5bs 2 жыл бұрын
Sir, First of all, thanks for the awesome explanation and code, you did a great job here. I just wanted to draw your attention to a small issue, that insertion at the beginning will fail if there is no element in the list(i.e. self.head is None) I added this and it is working fine: ## insertion at the beginning def insert_at_beginning(self,data): n=Node(data) if self.head is None: self.head = n else: temp=self.head temp.previous=n n.next=temp self.head=n
@getstarted1213
@getstarted1213 2 жыл бұрын
what a amazing man really explainations are really simple
@dipitjaywant8044
@dipitjaywant8044 2 жыл бұрын
Thank you for the lectures, it has cleared my doubts about inserting node in a doubly linked list
@premswaroop4337
@premswaroop4337 2 жыл бұрын
Thanks for the explanation sir Ur explanation is simply superb 💯 Top notch Best wishes from Hyderabad 🎉
@asha1708
@asha1708 3 жыл бұрын
Best teacher for ip❤👋🏻💯💯🙏🏻🙏🏻
@lalithasrisaimanasak9118
@lalithasrisaimanasak9118 Жыл бұрын
sir your lectures was awesome sir really very helpful
@sundark6085
@sundark6085 2 жыл бұрын
doing Great job
@jeezz4128
@jeezz4128 3 жыл бұрын
Sir also make videos on stack,queues and trees using python
@divakarvutukuri-mc6mz
@divakarvutukuri-mc6mz Жыл бұрын
sir please upload all DSA in python sir
@utkarshupadhayay97
@utkarshupadhayay97 2 жыл бұрын
Sir iss playlist ke aage ke videos bhi daal do please
@devendhark4197
@devendhark4197 3 жыл бұрын
Hi bro i need full course Data science
@iam_indrasish
@iam_indrasish 2 жыл бұрын
n would be n1 during 5.01
@karrisagar3127
@karrisagar3127 2 жыл бұрын
Sir please can u share Notesh regard this course
@rockyrocky7723
@rockyrocky7723 3 жыл бұрын
Work day course ante enti sat
@Wahajaslam-p5o
@Wahajaslam-p5o Жыл бұрын
Sir plz explain in Urdu or hindi
@santhipriya3043
@santhipriya3043 2 жыл бұрын
Sir we need notes more usefull for us
@aithammuddukrishna2712
@aithammuddukrishna2712 3 жыл бұрын
Hi bro i need full java subject ?
@rockyrocky7723
@rockyrocky7723 3 жыл бұрын
Sir please
@ganeshpichuka6192
@ganeshpichuka6192 3 жыл бұрын
Sir i ha a doubt what will happen if we not define temp varable while inserting data in begining of the list
DOUBLE LINKED LIST (DELETION AT BEGINNING,ENDING AND SPECIFIED POSITION) USING PYTHON
27:26
SINGLE LINKED LIST (CREATE AND DISPLAY) USING PYTHON
27:58
Sundeep Saradhi Kanthety
Рет қаралды 88 М.
ТЮРЕМЩИК В БОКСЕ! #shorts
00:58
HARD_MMA
Рет қаралды 2,7 МЛН
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 36 МЛН
Accompanying my daughter to practice dance is so annoying #funny #cute#comedy
00:17
Funny daughter's daily life
Рет қаралды 20 МЛН
L3. Introduction to Doubly LinkedList | Insertions and Deletions
1:04:07
take U forward
Рет қаралды 185 М.
SINGLE LINKED LIST (DELETION AT BEGINNING,ENDING AND SPECIFIED POSITION) USING PYTHON
31:15
DOUBLE LINKED LIST (CREATE AND DISPLAY) - DATA STRUCTURES
21:26
Sundeep Saradhi Kanthety
Рет қаралды 53 М.
Reverse Linked List - Leetcode 206 - Linked Lists (Python)
8:02
ТЮРЕМЩИК В БОКСЕ! #shorts
00:58
HARD_MMA
Рет қаралды 2,7 МЛН