Python Tutorials - Singly Linked List | Program | Part 1

preview_player
Показать описание
In this Python Programming video tutorial you will learn about how to implement Linked List data structure in python in detail.

Data structure is a way of storing and organising the data so that it can be accessed effectively.
Linked List is a linear data structure made up of chain of nodes in which each node contains a data field and link or reference.

To implement Singly Linked List we are using class concepts here.
Program:
class Node:
def __init__(self,data):

class LinkedList:
def __init__(self):

def print_LL(self):
print("Linked list is empty!")
else:
while n is not None:

#DataStructures #PythonPrograms #LinkedList

For more free tutorials on computer programming
Рекомендации по теме
Комментарии
Автор

I have watched many other courses in udemy and coursera but this is by far the best one than all other courses out there, Thank you so much.

jayalakshmidasari
Автор

the most underated python tutorial. ur explanations are simple and humble

abdulmanaf
Автор

This video is going to watched 1M times with 2.3K likes... Totally underrated channel

abhaykanwasi
Автор

This was the best explanation for linked lists that I have found on YouTube so far! You explained every part including the code with great detail! Awesome job!

chef
Автор

Wow, you are the only youtuber that knows how to put the idea in the middle of the brain🧠🎯

earthismiracle
Автор

I must say compare to other videos this is the most clear explanation of linked list implementation in Python...very clear... THIS VIDEO IS UNDERRATED....

darkxxslayer
Автор

Really well explained and concise videos! Hands down the best ones I've come across till now!

tapstothebeat
Автор

I would Say this is the BEST EXPLANATION VIDEO for this Topic! I have been Struggling to Understand Linked List Since 1 Week and Saw Tons of Videos. But This was the BEST ONE. THANKS SO SO MUCH.

mohammadwaqaruddin
Автор

Literally this one of the best linked list lectures available for beginners on YouTube . Sister you explained every single step very detailed . Which made it more & more easy for me to understand . Thank you so so much . Keep doing such great lecturers videos on DS. Once again Thank you so so much 😊.

anilreddy
Автор

For the linked list I watched many videos, but your explanation dam good, from bottom of my heart Thank you

mylapillivikas
Автор

simply saying thank you is not sufficient for this channel ..you deserve beyond that ..superb explanation and execution

saipraveen
Автор

My search for best explaination ended after watching this video!! Thank you so much

monarchsharma
Автор

This is the best of the best that i have ever come across concerning linked list. This is awesome. Simple and straight forward

jolokawaye
Автор

best video so far i have seen for linked list....the way you put forward the concept is just amazing

saiharshith
Автор

At first u were teaching basic so I skipped few seconds but then I realised I can't understand, so I went back and listened properly and I got it..
Thanks ma'am

benchmarks
Автор

your way of explanation is damn good. Simply understandable and what a beautiful peaceful voice you have mam.

shwetajaiswal
Автор

Congrats to me as I found the best teacher for DS and Alg. Thanks much Amulya ❤️

allstarmashups
Автор

I'm running wild with joy. Eureka! Finally🎉🎉🎉

tsedalyaregal
Автор

Much- Much better then others paid course or free video on youtube, I am iitan even my university professors not able to clear concepts like this

NikhilSachan-xdjk
Автор

Mam your explanation was mind blowing and all my concepts of linked list using python are cleared. Thankx mam. 🙏🙏

shriramgadewar
visit shbcf.ru