Time Stamps: 1. 00:00 - 00:56 -> Introduction 2. 00:57 - 10:31 -> What is Linked List? 3. 10:32 - 13:17 -> Where it is used? 4. 13:18 - 24:10 -> Struct/Class in C++ 5. 24:11 - 26:20 -> Class in Java 6. 26:21 - 27:54 -> Memory space used 7. 27:55 - 37:21 -> Array to Linked List 8. 37:22 - 40:13 -> Traversal in Linked List 9. 40:14 - 42:00 -> Length of a Linked List 10. 42:01 - 44:36 -> Search an element in Linked List 11. 44:37 - 45:16 -> Outro *P.S.: Deletion and insertion a node in LL will be in next video.
I have solved all the linked list problems from Striver's a2z sheet but I still watched the lecture because I know I will learn something new from Striver's lecture or atleast have a revision of the concepts. The basics of linked list has been explained beautifully in this lecture. Thanks Striver.
Great explaination I was striving a lot in LinkedIn lists and kept on finding the lectures . But as I saw that sir is started a LinkedIn list bootcamp I was very happy thankyou sir .because DSA journey has become fluid because of you.❤❤❤❤
Disclaimer for the person not getting this , u must watch the video 4-5 times next plz type the code and for each statment use cout and see what is going inside every variable u will understand the ll concept. For me it took 10-12 times to watch the coding part of the video. Now i am Fully confident
All the video lectures and the articles helped me a lot to gain confidence in DSA and will be helping me in the interviews. Thank you Striver bhaiya for bringing such amazing content for free.
This is really really amazing amazing section since i watched many channesls, i couldn't understand linked list in the well manner and no one teacher like you teach. once again i really really thanks sir.
Timestamps 00:04 - Introduction to LinkedList and its advantages over arrays 02:20 - LinkedList is not in contiguous memory location 07:10 - Understanding how elements in a linked list are accessed and traversed. 09:27 - Adding and removing elements in linked list 14:13 - Understanding the concept of storing pointers in C++. 16:47 - Understanding the concept of self-defined data type in LinkedList. 21:33 - Understanding object and null pointer in LinkedList 23:30 - Comparison between defining objects as class and struct in C++ 27:41 - Creating a linked list from an array is a simple process. 29:45 - Traversing and creating a linked list by iterating through each element 34:04 - Converting an array to linked list involves creating a function to return the head and iterating through the array. 36:09 - Traversal is key in understanding LinkedList operations 40:24 - Traversing through a LinkedList and obtaining its length 42:32 - Traverse the linked list and check if an element is present
Thank you sir for the wonderful explanation! Even though i needed to rewind the video a couple of times to understand everything, but yeah i am feeling confident now!🙂
Loving your dedication for coding if Agreed give me a thumbs Up along with the Striver . Reminder: Don't forget to type understood in comment and give a like to his hard work.
24:55 we did 4 changes to be more specific while converting from C++ to JAVA, contrary to what you said (2) in the beginning of this video. I appreciate all the effort put in in making this course and that it is available to all. But lets not mislead our juniors and acknowledge the differences in the languages Java, C++, JavaScript etc.
I start data structure since 2 year from now but due to some reason my continuity break many times but I started again from the basic because I feel uncomfortable . The only data structure (linked list ) in which I am so much confident that I not revise that again.
00:04 Introduction to LinkedList and its advantages over arrays 02:20 LinkedList is not in contiguous memory location 07:10 Understanding how elements in a linked list are accessed and traversed. 09:27 Adding and removing elements in linked list 14:13 Understanding the concept of storing pointers in C++. 16:47 Understanding the concept of self-defined data type in LinkedList. 21:33 Understanding object and null pointer in LinkedList 23:30 Comparison between defining objects as class and struct in C++ 27:41 Creating a linked list from an array is a simple process. 29:45 Traversing and creating a linked list by iterating through each element 34:04 Converting an array to linked list involves creating a function to return the head and iterating through the array. 36:09 Traversal is key in understanding LinkedList operations 40:24 Traversing through a LinkedList and obtaining its length 42:32 Traverse the linked list and check if an element is present
@20:50 - Struct is Public by default and Class is Private by default - No need to explicitly write the same if one needs to use default behavior. Need to write Public in Class to make it accessible.
Hey Striver, you might need to sort the A to Z DSA Playlist, the topics are not sequencial but in order/aligned with your website. We need to scroll a lot to shift from arrays to linkedlist. not a problem for 1-2 times... but we use it every day so its kinda annoying. thank you
Sir, is it necessary that I've to learn arrays, stacks, queues, linked lists and then trees, graphs in this order Or can I learn them in any order? Ur teaching is valuable sir💫
Best channel for learning dsa thnku sir just because of your cheatsheet and playlist i was able to crack my campus placement 🎉❤
Can you share the cheatsheet link for preparation
Which company?
@@sampathsriram4292 search on google "A to Z striver DSA sheet" you would get it
Time Stamps:
1. 00:00 - 00:56 -> Introduction
2. 00:57 - 10:31 -> What is Linked List?
3. 10:32 - 13:17 -> Where it is used?
4. 13:18 - 24:10 -> Struct/Class in C++
5. 24:11 - 26:20 -> Class in Java
6. 26:21 - 27:54 -> Memory space used
7. 27:55 - 37:21 -> Array to Linked List
8. 37:22 - 40:13 -> Traversal in Linked List
9. 40:14 - 42:00 -> Length of a Linked List
10. 42:01 - 44:36 -> Search an element in Linked List
11. 44:37 - 45:16 -> Outro
*P.S.: Deletion and insertion a node in LL will be in next video.
👍
You doing god's work ❤
@@OmCanpe but chatgpt is doing his work
@@harshkasli-sr1gp true
Not too late , but I wish I found this channel 2yrs ago. Great explanation anyways💯
bhai tab yeh videos hi nahi the..
@@LearnerAbhi21 haha yes
@@LearnerAbhi21 😂
somehow he made me connect everything related to c++, java, and pointers in this lecture. absolutely incredible lecture man
I have solved all the linked list problems from Striver's a2z sheet but I still watched the lecture because I know I will learn something new from Striver's lecture or atleast have a revision of the concepts.
The basics of linked list has been explained beautifully in this lecture. Thanks Striver.
even me too
things that i couldnt grasp for 2 years , i learnt in 15 mins
BEST EXPLANATION YET
Great explaination I was striving a lot in LinkedIn lists and kept on finding the lectures . But as I saw that sir is started a LinkedIn list bootcamp I was very happy thankyou sir .because DSA journey has become fluid because of you.❤❤❤❤
finally with the help of a senior and your onpoint inputs, understood LL after trying and failing for a month. Huge success to you.
Striver Bhai ke aage koi bol sakta hai kya. 😍. Going to be the Best bootcamp for linkedlist!!!! Josh++
the most beautiful explanation one could ever find on linked list
badiya lecture tha, 2 baar dekhna pada par sab samjh aa gya
You are working very hard and helping a lot for those who cannot able to pay for courses, keep going I encourage you.
He kept his promise. My favorite channel. Thank you striver for everything
He is one of the best teacher of DSA in this entire world 🌎
Hey where are you currently? I mean till which topic you have covered from striver playlist?
Disclaimer for the person not getting this , u must watch the video 4-5 times next plz type the code and for each statment use cout and see what is going inside every variable u will understand the ll concept. For me it took 10-12 times to watch the coding part of the video. Now i am Fully confident
All the video lectures and the articles helped me a lot to gain confidence in DSA and will be helping me in the interviews. Thank you Striver bhaiya for bringing such amazing content for free.
Great and simple explanation of linked list ever seen in youtube. Thanks striver for creating such a great content.
Literally he teaches us entire concepts of linked list in one video, he is the god of DSA 🔥💯
a day without your video ,is a day wasted
This is really really amazing amazing section since i watched many channesls, i couldn't understand linked list in the well manner and no one teacher like you teach.
once again i really really thanks sir.
Wow , Your initiative is amazing . Thank you. You worth much more than money. Huge Respect for you sir.
Best video on LL till now , thnx for providing such a content.
Timestamps
00:04 - Introduction to LinkedList and its advantages over arrays
02:20 - LinkedList is not in contiguous memory location
07:10 - Understanding how elements in a linked list are accessed and traversed.
09:27 - Adding and removing elements in linked list
14:13 - Understanding the concept of storing pointers in C++.
16:47 - Understanding the concept of self-defined data type in LinkedList.
21:33 - Understanding object and null pointer in LinkedList
23:30 - Comparison between defining objects as class and struct in C++
27:41 - Creating a linked list from an array is a simple process.
29:45 - Traversing and creating a linked list by iterating through each element
34:04 - Converting an array to linked list involves creating a function to return the head and iterating through the array.
36:09 - Traversal is key in understanding LinkedList operations
40:24 - Traversing through a LinkedList and obtaining its length
42:32 - Traverse the linked list and check if an element is present
He deserves 10 million subscribers for his dedication and hardwork
❤
Finally started to learn Linkedlist from a Great Tutor 🔥
Sir,literally I was waiting for your lecture on linkedlist
Thankyou so much sir ❤
Thank you for giving such an amazing content for free ❤❤
Well knew all of these but kyun na dekhein naya tarike se kya xplanation h. Banda sahi kaam karta h, like thokna banta h.
Thank you so much for starting new playlist linkedlist.
Striver's voice is the best❤❤
Thank you sir for the wonderful explanation! Even though i needed to rewind the video a couple of times to understand everything, but yeah i am feeling confident now!🙂
Best playlist for LL.Thanku striver bhaiya.
love the way u teach also loved your confidence!!!!
Thank You Sir,
This lectures helps to lot of students to grab theiir campus placements
bhai ek hi dil he , kitni baar jitoge , really really amazing explanation ❤
Thank you so much for making me feel proud of my problem solving with your guidance...
Loving your dedication for coding if Agreed give me a thumbs Up along with the Striver .
Reminder: Don't forget to type understood in comment and give a like to his hard work.
I'm a python DSA guy.....
but this teaching is awesome
I can't tell u ..u r such a blessing for us❤
20:45 -> concept of class and objects imp
28:15 -> converting to linkedlist from array
This topic is little bit complex for me because I am learning it for the first time but I know I will make it thoroughly with the passage of time ;)
Got It this time after 1 week ;)
@@graviton001 Follow the A to Z playlist! Start with Linked List then Trees.
Omg , what a teaching skills u have bro ❤
it took me around 3-4 hours to understand this lecture
but it was awesome
ok
I love this channel so much
Thank you Striver for this gem of a video.
Thankyou so much sir ❤ for this amazing content and explanation 👏
Thanks for this boot camp striver❤
You are a life saver 😊❤😍😘🥰
24:55 we did 4 changes to be more specific while converting from C++ to JAVA, contrary to what you said (2) in the beginning of this video.
I appreciate all the effort put in in making this course and that it is available to all. But lets not mislead our juniors and acknowledge the differences in the languages Java, C++, JavaScript etc.
Hell yeahh Had to go and watch OOP basic concepts but understood now ❤
Lecture successfully completed on 26/11/2024 🔥🔥
I start data structure since 2 year from now but due to some reason my continuity break many times but I started again from the basic because I feel uncomfortable . The only data structure (linked list ) in which I am so much confident that I not revise that again.
such an easy and detailed explanation
imp TimeStamps:
Node class -> 27:00
(java code) Array to LL -> 30:00
Traverse in LL -> 37:40
Length of LL -> 40:30
Search in LL -> 42:30
Going to be the best bootcamp for linked list ♥️♥️♥️♥️😁😁
No words to say anything just "AWESOME"
💀
00:04 Introduction to LinkedList and its advantages over arrays
02:20 LinkedList is not in contiguous memory location
07:10 Understanding how elements in a linked list are accessed and traversed.
09:27 Adding and removing elements in linked list
14:13 Understanding the concept of storing pointers in C++.
16:47 Understanding the concept of self-defined data type in LinkedList.
21:33 Understanding object and null pointer in LinkedList
23:30 Comparison between defining objects as class and struct in C++
27:41 Creating a linked list from an array is a simple process.
29:45 Traversing and creating a linked list by iterating through each element
34:04 Converting an array to linked list involves creating a function to return the head and iterating through the array.
36:09 Traversal is key in understanding LinkedList operations
40:24 Traversing through a LinkedList and obtaining its length
42:32 Traverse the linked list and check if an element is present
thank you so much raj bhaiya. love from odisha 🥰
best dsa channel.
@20:50 - Struct is Public by default and Class is Private by default - No need to explicitly write the same if one needs to use default behavior. Need to write Public in Class to make it accessible.
You write it for readability in industry. The interviewer taking your interview might not be knowing your language. Keep all these things in mind
starting my linked list playlist today !
please do playlist for String data structures
Bro did u found ans on strings
Understood,Thanks striver for this amazing video.
One Of the easy explanation...... 👌👌👌
Thanks for your explanations.
Made everything so simple , great explanation
beautifully explained.🤗
Watches it two times then understood 😅
thank you Srila prabhupada Hare krishna
Day 1 of Linked LIst is completed Bhaiya
Bhai ek number ka kam ker raho ho . Bus kerte raho.
Awsome Striver! loved the first video.
Thankyou so much sir ji 🙏🙏
Can't thank you enough sir . Thanks a lot
It's really worth it for placement
You are the best❤! Thank you Bhaiya💌!!
Simply great 🎉🎉
Great Explanation!
Hey Striver, you might need to sort the A to Z DSA Playlist, the topics are not sequencial but in order/aligned with your website. We need to scroll a lot to shift from arrays to linkedlist. not a problem for 1-2 times... but we use it every day so its kinda annoying. thank you
Amazing Explanation brother
Understood✅🔥🔥
your videos are so great bro...
great Lecture
best lecture ever
Commendable job striver!!!
please make a playlist on strings , it's very confusing learning this from others
same request
hopefully he makes it ASAP, its one of the MOST important basics for dsa
The last part ( 43:26 ) is about a oops concept "GENERICS" .
14:20 x is given memory in stack and not in heap
Was eagerly waiting for this.... Tysm
Very Good explanation
Striver bhai ki jai ho paid m kya rakha, jab bhai padheyega toh smaj jarur ayega jai ho striver bhai ki
Superbly awesome video.
Best for dsa
Great work brother ☺
Completed sir 26/11/2023 - Murugavel E
Thankyou bhaiya for this amazing content
Understood brother thanks
Good explanation Striver
thank you bhaiya for your efforts
its very very easy
Sir, is it necessary that I've to learn arrays, stacks, queues, linked lists and then trees, graphs in this order
Or can I learn them in any order?
Ur teaching is valuable sir💫
U must know bout arrays, pointers and structures to understand linked list
:)
structures not necessary. U can use classes
Ok Thank you@@priyanshukarmakar3773
Okay, thank you@@priyadarshiroy9584