Тёмный
No video :(

Python Tutorials - Singly Linked List | Program | Part 1 

Amulya's Academy
Подписаться 213 тыс.
Просмотров 247 тыс.
50% 1

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):
self.data = data
self.ref = None
class LinkedList:
def __init__(self):
self.head = None
def print_LL(self):
if self.head is None:
print("Linked list is empty!")
else:
n = self.head
while n is not None:
print(n.data)
n = n.ref
#DataStructures #PythonPrograms #LinkedList
For more free tutorials on computer programming
/ amulsacademy
AmulsAcademy

Опубликовано:

 

24 сен 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 297   
@jayalakshmidasari8116
@jayalakshmidasari8116 2 года назад
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.
@kanikakansalpathshala1624
@kanikakansalpathshala1624 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-fPqYoe4YP14.html
@abdulmanaf3106
@abdulmanaf3106 3 года назад
the most underated python tutorial. ur explanations are simple and humble
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you 😊
@kanikakansalpathshala1624
@kanikakansalpathshala1624 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-fPqYoe4YP14.html
@tapstothebeat
@tapstothebeat 3 года назад
Really well explained and concise videos! Hands down the best ones I've come across till now!
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you :)
@chef5849
@chef5849 Год назад
This was the best explanation for linked lists that I have found on RU-vid so far! You explained every part including the code with great detail! Awesome job!
@earthismiracle
@earthismiracle 3 года назад
Wow, you are the only youtuber that knows how to put the idea in the middle of the brain🧠🎯
@AmulsAcademy
@AmulsAcademy 3 года назад
Haha.. Thank you 😊
@abhaykanwasi881
@abhaykanwasi881 Год назад
This video is going to watched 1M times with 2.3K likes... Totally underrated channel
@anilreddy9324
@anilreddy9324 Год назад
Literally this one of the best linked list lectures available for beginners on RU-vid . 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 😊.
@darkxxslayer2109
@darkxxslayer2109 3 года назад
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....
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you :)
@darkxxslayer2109
@darkxxslayer2109 3 года назад
@Azariah WessonI don't give a shit
@jolokawaye6364
@jolokawaye6364 Месяц назад
This is the best of the best that i have ever come across concerning linked list. This is awesome. Simple and straight forward
@shwetajaiswal777
@shwetajaiswal777 3 года назад
your way of explanation is damn good. Simply understandable and what a beautiful peaceful voice you have mam.
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you so much :)
@theyoungtech5276
@theyoungtech5276 3 года назад
Obviously superbb keep going !
@codegeassprogramming
@codegeassprogramming 3 года назад
Woman you speak truth.
@saipraveen8588
@saipraveen8588 2 года назад
simply saying thank you is not sufficient for this channel ..you deserve beyond that ..superb explanation and execution
@kanikakansalpathshala1624
@kanikakansalpathshala1624 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-fPqYoe4YP14.html
@mohammadwaqaruddin5661
@mohammadwaqaruddin5661 Год назад
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.
@mohanchakkani2872
@mohanchakkani2872 Год назад
can we write while n.ref is not none in looping condition
@mylapillivikas
@mylapillivikas 2 года назад
For the linked list I watched many videos, but your explanation dam good, from bottom of my heart Thank you
@manmohansinghrawat4864
@manmohansinghrawat4864 3 года назад
One of the best video in RU-vid....i will share it to my mates.....very clean and informative. Kindly make a full playlist on DS with python......with all topics covered plzzzxxzxxzzzzz ma'am 🙏🙏🙏🙏🙏🙏🙏🙏
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you, I will :)
@shriramgadewar5481
@shriramgadewar5481 3 года назад
Mam your explanation was mind blowing and all my concepts of linked list using python are cleared. Thankx mam. 🙏🙏
@AmulsAcademy
@AmulsAcademy 3 года назад
Glad to hear that 😊
@allstarmashups5970
@allstarmashups5970 3 года назад
Congrats to me as I found the best teacher for DS and Alg. Thanks much Amulya ❤️
@AmulsAcademy
@AmulsAcademy 3 года назад
Glad to hear that :)
@ranganakumar2129
@ranganakumar2129 3 года назад
Are you a part of creating python program or Guido van Rossum had thought this program to you : ). I have gone through C,C++,Java too concepts are clear but implimentation makes me confuse.But, By your videos everything has cleared . tq for approaching towards Amulya's Acd.
@AmulsAcademy
@AmulsAcademy 3 года назад
Haha thank you so much 😊
@NikhilSachan-xd1jk
@NikhilSachan-xd1jk 3 месяца назад
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
@rakshitjambavalikar7101
@rakshitjambavalikar7101 3 года назад
You are one of the best teachers ever❤❤
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you :)
@benchmarks1016
@benchmarks1016 2 года назад
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
@hyderabadicartoonnetwork
@hyderabadicartoonnetwork Год назад
Subscribed immediately. This is the best linked list explanation for python I have seen so far. I am really glad I found your channel
@priyadarshinivenkatesan9111
@priyadarshinivenkatesan9111 2 года назад
1:56 , the explanation i was looking for . Thank you
@crosswalker45
@crosswalker45 2 года назад
literally I watched many videos and read many articles regarding the linked list in python , but none was of them where as clear as your video. Plz keep making videos . It would be helpful if you make videos on some complex topics like backtracking , binary tree and other recursion problems
@kanikakansalpathshala1624
@kanikakansalpathshala1624 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-fPqYoe4YP14.html
@satyendrakumarsingh8284
@satyendrakumarsingh8284 3 года назад
A great source to learn LinkedList and other important topics. Thank you very much for being there as a great guide.
@AmulsAcademy
@AmulsAcademy 3 года назад
Glad to hear that :)
@pratik2617
@pratik2617 2 года назад
:@@AmulsAcademy when u while talking about traversal 7:06 at this ,, did u meant check or chuck :::??
@monarchsharma2778
@monarchsharma2778 Год назад
My search for best explaination ended after watching this video!! Thank you so much
@muralikonkoth4161
@muralikonkoth4161 3 года назад
Fantastic explanation. Very easy to understand. Very clear voice.Thanks a lot.
@AmulsAcademy
@AmulsAcademy 3 года назад
Pleasure 😊
@nehalowanshi7686
@nehalowanshi7686 2 года назад
Mam i can't explain that how clearly and beautify you have explained all things. Thank you so much for the tutorial.
@shivarajbandaru2216
@shivarajbandaru2216 11 месяцев назад
Great explanation . I have an habit of listining the new topi at 1.5x speed. And , still i can understand . U are an great teacher And thanks for the great explaination...
@yashwanthlal9071
@yashwanthlal9071 3 года назад
❤️❤️. My brain's happy now😎
@AmulsAcademy
@AmulsAcademy 3 года назад
😊😊
@KalaNs-nz4hm
@KalaNs-nz4hm Год назад
great explanations Amulya garu...simply saying thank you is not sufficient for this channel
@DSinghsLAB
@DSinghsLAB 3 года назад
This is brilliantly explained!!! Some serious talent here !!! If u can solve a real life problem using linked list Thats wud be great
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you :)
@linuxlittle
@linuxlittle 3 года назад
The way you explained is really awesome; hats off :) and Thanks
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you so much :)
@dipan246
@dipan246 3 года назад
Superb and excellent presentation. Keep the good work Mam.
@AmulsAcademy
@AmulsAcademy 3 года назад
Thanks a lot :)
@FACTSUPOFFICIAL8
@FACTSUPOFFICIAL8 5 месяцев назад
Damnnnnn, I was stucked. Your helped me alot, thankyou so much. You are best. I have watched many other tutorials but the way that you have explained it is much more comprehensive. Thanks for the content. :D
@kavyakalyani1788
@kavyakalyani1788 Год назад
Thankyou so much for clearing the topic... Tomorrow is my exam of python programming.. I hope this topuc would come ..😊 Thankyou sooo much ...😊😊
@hassanarshad2687
@hassanarshad2687 11 месяцев назад
Hats off I am reluctant to comment but this totally has made me do it impulsively , wonderful ! Thank you very much for explaining the concept you used 'ref' instead of 'next' unlike other tutorials and it actually aided in building a good intuition, Once again this is the best LinkedList video available!!!
@dayanandgurjar1597
@dayanandgurjar1597 3 года назад
A very nice way of presentation. It really helped me to understand the topic well 👍
@AmulsAcademy
@AmulsAcademy 3 года назад
Glad to hear that 😊
@puspitasahoo904
@puspitasahoo904 3 года назад
I Love You so so so much mam. Thanks alot mam. Finally my struggle of finding ds algo using python ending here.
@AmulsAcademy
@AmulsAcademy 3 года назад
Glad to hear that 😊❤️
@inspiringstoriesintelugu
@inspiringstoriesintelugu 3 года назад
i watched many videos on linked list, but this one is the best :)
@AmulsAcademy
@AmulsAcademy 3 года назад
Happy to hear that! :)
@bhargavivemulavada3579
@bhargavivemulavada3579 2 месяца назад
Perfect explanation......❤
@eswarchandvuppala621
@eswarchandvuppala621 3 года назад
Thank u, Clear and allobrated explanation, searched for this type of explanation for many videos
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you 😊
@jeevithalokanath2379
@jeevithalokanath2379 2 года назад
Excellent explanation. I was really not able to understand this when i refered many other youtube videos. This one is superrrrrrrrr! I would recommend this for everyone.
@mohamedrizwan3690
@mohamedrizwan3690 3 года назад
The videos are to the point and very easy to understand looking forward for rest of concept (trees and graph)
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you :)
@shivamnehra5532
@shivamnehra5532 2 года назад
Thank you so much, Best video out here. Gone through many videos but not was unable to understand a bit
@aryangautam7506
@aryangautam7506 Год назад
EXCELLENT EXPLANATION
@PradeepKumar-hi8mr
@PradeepKumar-hi8mr 2 года назад
You are incredibly awesome in teaching Data Structures!
@attaullah4998
@attaullah4998 2 года назад
Amazing grip on subject. I have watched many vidoes but this video explain the thing crystal clear. Hats off to you.
@Nodankumar
@Nodankumar 2 года назад
Great Explanation mam...watched many other videos..Your videos are incomparable.. You have cleared many of my doubts thanks a lot
@martinflavell3045
@martinflavell3045 Год назад
outstanding explanation. This is worth it's weight in gold, especially for newbies. tyvm!
@DarshitThakkar-g8c
@DarshitThakkar-g8c 6 дней назад
it is very helpfull to me for understanding linkedist
@tsedalyaregal1423
@tsedalyaregal1423 11 месяцев назад
I'm running wild with joy. Eureka! Finally🎉🎉🎉
@kratarthsingh
@kratarthsingh 3 года назад
Been trying to implement Linked List in Python but couldn't understand coding part. Nicely explained! :D
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you :)
@ganeshnageswaran4808
@ganeshnageswaran4808 2 года назад
Thanks for making it so simple.. I felt so demotivated before watching this video...
@vcjayan8206
@vcjayan8206 2 года назад
Really useful. I was searching for such a descriptive video. Thanks Amulya..!!
@kothajagadish9819
@kothajagadish9819 2 года назад
I searched in the net but don't saw algorithm and data structure course thank you mam for creating these series in algorithm and data structures in python
@pritamswarnakar6855
@pritamswarnakar6855 Год назад
Who else fall in love with this voice ... just want to see the face
@saradaprasad9594
@saradaprasad9594 3 года назад
it's great, the way you are explaining is awesome, ur repeating the info again in detail for better understanding with patience
@Bruh-bg9mb
@Bruh-bg9mb Год назад
Thank you so much for using variable names like ref, makes it so easy to understand. I've finally understood Linked Lists!!
@user-wi7pt6ym9j
@user-wi7pt6ym9j Год назад
Best Explanation!!
@unrivalled834
@unrivalled834 3 года назад
You explain far better than my teachers
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you :)
@mob6165
@mob6165 3 года назад
Woahhh this is too good , the way you u explained is too good ma'am .
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you 😊
@lancelotdsouza4705
@lancelotdsouza4705 Год назад
Wonderfully explained,never understood linked list better
@vrindavaneshwari_ju_ki_kripa
@vrindavaneshwari_ju_ki_kripa 2 года назад
tysm mam.. i would say it was the best way any one can understand linkedlist in python
@AliAhmad-qz1sn
@AliAhmad-qz1sn 3 года назад
your way of explanation method is excellent
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you :)
@BalaJi-fl7rp
@BalaJi-fl7rp 3 года назад
Thanks for the crystal clear session Amulya, I have a query? how to access self.data from class Node Whether i need to inherit class Node in Linkedlist class and how u r calling self.head.data in it?
@anythingit2399
@anythingit2399 3 года назад
Can you share the code, so that I can make you understand easily
@yatinsharma5637
@yatinsharma5637 3 года назад
@@anythingit2399 hey can u explain how self.data and self.ref is used in linkedlist class without inheriting NODE class. Ki fly explain
@devakrishnakaja9998
@devakrishnakaja9998 3 года назад
I would like to know when to use LinkedList and array and in what scenarios LinkedList is used???
@niteeshakash8175
@niteeshakash8175 3 года назад
In Linkedlist adding an element,deleting an element is more efficient when compare to array,array is more efficient in searching the elements
@darshankalamkhede4385
@darshankalamkhede4385 Год назад
Thankyou Amulya.. this series if very helpfull GBU
@pini5076
@pini5076 11 месяцев назад
Clear and simple explanation, thank you so much!
@shadabperveen6712
@shadabperveen6712 2 года назад
Mam How Can I Do Best In Data Structure?I Means How Can I Able To Make Programs easily of Data Structure
@ashakuzzamanodree6028
@ashakuzzamanodree6028 2 года назад
your explanation is the best
@jorgeperalta9780
@jorgeperalta9780 2 года назад
really clear, your voice is really beautiful
@etc_be_b_18_laxminarayan_m89
@etc_be_b_18_laxminarayan_m89 3 года назад
your are best in data structure
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you 😊
@anjanakanakaraj3348
@anjanakanakaraj3348 2 месяца назад
is there any way to get notes of your lesctures ma'am?
@sanjithvoona8739
@sanjithvoona8739 3 года назад
Super and ur explanation is simply superb
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you so much :)
@chukypedro818
@chukypedro818 Год назад
The best video on Linked list
@srisangeeth4131
@srisangeeth4131 8 месяцев назад
Fantastic teaching mam, I have understood well 👍👍👍
@rifairahman5329
@rifairahman5329 3 года назад
Thanks a lot mam. Your explanation is top notch. It was really helpful. Looking forward to seeing more tutorials from you.
@AmulsAcademy
@AmulsAcademy 3 года назад
Thanks a lot 😊
@Nothing-iu1uy
@Nothing-iu1uy Год назад
Damn how old r u? Ur explanation is insane Really thanks for such a beautiful video Keep it up
@balarajkakumanu9882
@balarajkakumanu9882 Год назад
chala baga vivarincharu. dhanyawadalu
@raselsheikh5800
@raselsheikh5800 Год назад
I fall in love with your tutorial also the voice.
@muhamedmedhat5294
@muhamedmedhat5294 Год назад
Great Explanation 👏
@abubakar.akash17
@abubakar.akash17 3 года назад
Great video. This video helped me. God bless you 🙏
@AmulsAcademy
@AmulsAcademy 3 года назад
Glad to hear that 😊
@ana-db7tf
@ana-db7tf 2 года назад
If you don’t want the linked list to be empty at the beginning how do you write that ?
@gauravpore6503
@gauravpore6503 3 года назад
Simple and clean explanation!
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you :)
@amarjeet9536
@amarjeet9536 2 года назад
Best tutorial ma'am
@CharanSaiAnnam
@CharanSaiAnnam 3 года назад
I used to watch RU-vid videos in 2x speed except your videos , because to listen your voice that's all
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you :)
@shashankshekhar1208
@shashankshekhar1208 3 года назад
Definitely yes. 😂 First time when i watched i also set to 2x then i get to know the speed is already 2x😂😂
@user-wm8ui5hg7z
@user-wm8ui5hg7z 11 месяцев назад
Sister your voice is wonderful
@jackfrankmurphy
@jackfrankmurphy 11 месяцев назад
You explain very clearly, thank you
@prashanthramakrishnan6669
@prashanthramakrishnan6669 2 года назад
hi whats this Head value u have given example I agree. but is the objects memory location which is the value of n =self.head whcih ur reffering to which is nothing but object;s memory?
@kmishy
@kmishy 2 года назад
One of the best explanation. Thank you ma'am
@niralpatel4868
@niralpatel4868 2 года назад
You are amazing Amulya
@MohdAqeelasif
@MohdAqeelasif 3 года назад
Clean and clear! Kudos!
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you 😊
@seemanazeer01
@seemanazeer01 Год назад
Best explanation !! thank you!
@rogerthat7190
@rogerthat7190 Год назад
Superb explanation. Thank you for this!
@mahimasoni5237
@mahimasoni5237 3 года назад
I really appreciate your work . Very nice.👍👏
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you 😊❤️
@sagarbhalsing5046
@sagarbhalsing5046 2 года назад
Thank you very much for such detailed explanation.
@johnsonabel5708
@johnsonabel5708 3 года назад
Kudos to you, Job well done...
@AmulsAcademy
@AmulsAcademy 3 года назад
Thank you :)
@76Ananya
@76Ananya 2 года назад
print(n.data) and n.ref these seem to be error....becoz not previous declaration for data and ref in the same class.
@maheshreddy5786
@maheshreddy5786 2 года назад
7:36 head is always None right?😕
@rifathasan6017
@rifathasan6017 3 года назад
How did you use 'data' and 'ref' variable from Node class from the LinkedList class? They are not property of Node class? Can you please explain it to me? Thank you.
@kalpatarusahoo844
@kalpatarusahoo844 3 года назад
Ya it's correct they are not inheriting both of each.,,
Далее
SINGLE LINKED LIST (CREATE AND DISPLAY) USING PYTHON
27:58
Singly Linked List | Data Structures
14:05
Просмотров 91 тыс.
Learn Linked Lists in 13 minutes 🔗
13:24
Просмотров 280 тыс.
Creating the Node of a Single Linked List
6:00
Просмотров 994 тыс.
Object-Oriented Programming is Bad
44:35
Просмотров 2,3 млн
5 Useful Dunder Methods In Python
16:10
Просмотров 57 тыс.