L1. Introduction to LinkedList | Traversal | Length | Search an Element

Поділитися
Вставка
  • Опубліковано 4 лют 2025

КОМЕНТАРІ • 393

  • @itikalamba3629
    @itikalamba3629 Рік тому +302

    Best channel for learning dsa thnku sir just because of your cheatsheet and playlist i was able to crack my campus placement 🎉❤

    • @sampathsriram4292
      @sampathsriram4292 Рік тому +6

      Can you share the cheatsheet link for preparation

    • @dark_lord98
      @dark_lord98 Рік тому +5

      Which company?

    • @sukhii0220
      @sukhii0220 7 місяців тому

      @@sampathsriram4292 search on google "A to Z striver DSA sheet" you would get it

  • @asheshbandopadhyay6657
    @asheshbandopadhyay6657 Рік тому +195

    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.

  • @Dinesh-to3sn
    @Dinesh-to3sn Рік тому +123

    Not too late , but I wish I found this channel 2yrs ago. Great explanation anyways💯

  • @SriM-g6p
    @SriM-g6p Рік тому +42

    somehow he made me connect everything related to c++, java, and pointers in this lecture. absolutely incredible lecture man

  • @VishalKumar-vd9hb
    @VishalKumar-vd9hb Рік тому +24

    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.

  • @mrcybernaut-19
    @mrcybernaut-19 8 місяців тому +19

    things that i couldnt grasp for 2 years , i learnt in 15 mins
    BEST EXPLANATION YET

  • @beaware70
    @beaware70 Рік тому +17

    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.❤❤❤❤

  • @suyashpandey1058
    @suyashpandey1058 4 місяці тому +3

    finally with the help of a senior and your onpoint inputs, understood LL after trying and failing for a month. Huge success to you.

  • @himanshuyadav0600
    @himanshuyadav0600 Рік тому +21

    Striver Bhai ke aage koi bol sakta hai kya. 😍. Going to be the Best bootcamp for linkedlist!!!! Josh++

  • @siddhiagarwal7311
    @siddhiagarwal7311 10 місяців тому +2

    the most beautiful explanation one could ever find on linked list

  • @lordK09
    @lordK09 6 місяців тому +17

    badiya lecture tha, 2 baar dekhna pada par sab samjh aa gya

  • @Jaggu_3108
    @Jaggu_3108 Рік тому +3

    You are working very hard and helping a lot for those who cannot able to pay for courses, keep going I encourage you.

  • @AB-iv4bq
    @AB-iv4bq Рік тому +8

    He kept his promise. My favorite channel. Thank you striver for everything

  • @HarshSharma-hg8ek
    @HarshSharma-hg8ek 27 днів тому +1

    He is one of the best teacher of DSA in this entire world 🌎

    • @RishiChaudhary-sh9yz
      @RishiChaudhary-sh9yz 26 днів тому

      Hey where are you currently? I mean till which topic you have covered from striver playlist?

  • @Tbm4545
    @Tbm4545 3 місяці тому +3

    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

  • @AmanSharma-xy1qm
    @AmanSharma-xy1qm Рік тому +14

    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.

  • @generalaware123
    @generalaware123 Рік тому +6

    Great and simple explanation of linked list ever seen in youtube. Thanks striver for creating such a great content.

  • @HarshSharma-hg8ek
    @HarshSharma-hg8ek 27 днів тому

    Literally he teaches us entire concepts of linked list in one video, he is the god of DSA 🔥💯

  • @shubha_jagadeesh
    @shubha_jagadeesh 2 місяці тому +3

    a day without your video ,is a day wasted

  • @rohitjangid3270
    @rohitjangid3270 Рік тому +1

    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.

  • @asadeducation9513
    @asadeducation9513 Рік тому +1

    Wow , Your initiative is amazing . Thank you. You worth much more than money. Huge Respect for you sir.

  • @aniketsakhare4470
    @aniketsakhare4470 Рік тому +1

    Best video on LL till now , thnx for providing such a content.

  • @Dailyhighlights-dm2dm
    @Dailyhighlights-dm2dm 26 днів тому +2

    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

  • @sagarpattar9855
    @sagarpattar9855 3 місяці тому +1

    He deserves 10 million subscribers for his dedication and hardwork

  • @tamilanbu1560
    @tamilanbu1560 4 місяці тому

    Finally started to learn Linkedlist from a Great Tutor 🔥

  • @gayatrichaudhary580
    @gayatrichaudhary580 Рік тому +4

    Sir,literally I was waiting for your lecture on linkedlist
    Thankyou so much sir ❤

  • @ahmadentertainmentshorts4222
    @ahmadentertainmentshorts4222 Рік тому +6

    Thank you for giving such an amazing content for free ❤❤

  • @abhisheksa6635
    @abhisheksa6635 Рік тому

    Well knew all of these but kyun na dekhein naya tarike se kya xplanation h. Banda sahi kaam karta h, like thokna banta h.

  • @yuvrajsingh-r8i
    @yuvrajsingh-r8i Рік тому +5

    Thank you so much for starting new playlist linkedlist.

  • @4444-c4s
    @4444-c4s Рік тому +4

    Striver's voice is the best❤❤

  • @Dibyadipan
    @Dibyadipan 5 місяців тому

    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!🙂

  • @ritiksawarn2985
    @ritiksawarn2985 Рік тому +1

    Best playlist for LL.Thanku striver bhaiya.

  • @kashishseth9558
    @kashishseth9558 Рік тому +2

    love the way u teach also loved your confidence!!!!

  • @nimmanagotishivasai1741
    @nimmanagotishivasai1741 10 місяців тому +1

    Thank You Sir,
    This lectures helps to lot of students to grab theiir campus placements

  • @ritikshandilya7075
    @ritikshandilya7075 9 місяців тому

    bhai ek hi dil he , kitni baar jitoge , really really amazing explanation ❤

  • @sathyaprayojini
    @sathyaprayojini 3 місяці тому

    Thank you so much for making me feel proud of my problem solving with your guidance...

  • @immortal6978
    @immortal6978 Рік тому +3

    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.

  • @CS_Engineer_
    @CS_Engineer_ 4 місяці тому +1

    I'm a python DSA guy.....
    but this teaching is awesome

  • @farhanansari488
    @farhanansari488 Місяць тому

    I can't tell u ..u r such a blessing for us❤

  • @keeptrackyt
    @keeptrackyt 6 місяців тому +2

    20:45 -> concept of class and objects imp
    28:15 -> converting to linkedlist from array

  • @RajNamdev_19
    @RajNamdev_19 6 місяців тому +6

    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 ;)

    • @RajNamdev_19
      @RajNamdev_19 6 місяців тому +1

      Got It this time after 1 week ;)

    • @utkarshsingh09
      @utkarshsingh09 5 місяців тому

      @@graviton001 Follow the A to Z playlist! Start with Linked List then Trees.

  • @sohamborale7314
    @sohamborale7314 Рік тому

    Omg , what a teaching skills u have bro ❤

  • @dipingrover1970
    @dipingrover1970 11 днів тому

    it took me around 3-4 hours to understand this lecture
    but it was awesome

  • @sardarzain1066
    @sardarzain1066 Рік тому +2

    I love this channel so much

  • @heyOrca2711
    @heyOrca2711 2 місяці тому

    Thank you Striver for this gem of a video.

  • @KaranSingh-tx2db
    @KaranSingh-tx2db Рік тому +2

    Thankyou so much sir ❤ for this amazing content and explanation 👏

  • @akhilreddybollu
    @akhilreddybollu Рік тому

    Thanks for this boot camp striver❤
    You are a life saver 😊❤😍😘🥰

  • @shubhamchauhan4817
    @shubhamchauhan4817 9 місяців тому

    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.

  • @DevilJim-p1s
    @DevilJim-p1s 2 місяці тому

    Hell yeahh Had to go and watch OOP basic concepts but understood now ❤

  • @PCCOERCoder
    @PCCOERCoder 2 місяці тому +3

    Lecture successfully completed on 26/11/2024 🔥🔥

  • @mayankjha9702
    @mayankjha9702 Рік тому +8

    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.

  • @ahelighosh5091
    @ahelighosh5091 Рік тому +1

    such an easy and detailed explanation

  • @mobile-alchemist
    @mobile-alchemist 10 місяців тому

    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

  • @Akarsh_2001
    @Akarsh_2001 Рік тому +3

    Going to be the best bootcamp for linked list ♥️♥️♥️♥️😁😁

  • @Dhanasri_Parisam
    @Dhanasri_Parisam 2 місяці тому +2

    No words to say anything just "AWESOME"
    💀

  • @Satvik__Jain
    @Satvik__Jain 7 місяців тому

    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

  • @RishitMohanty
    @RishitMohanty 6 місяців тому

    thank you so much raj bhaiya. love from odisha 🥰

  • @The_yellow_flash-07
    @The_yellow_flash-07 5 місяців тому

    best dsa channel.

  • @MyAnish22
    @MyAnish22 Рік тому +2

    @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.

    • @takeUforward
      @takeUforward  Рік тому +12

      You write it for readability in industry. The interviewer taking your interview might not be knowing your language. Keep all these things in mind

  • @thefourhourtalk
    @thefourhourtalk 7 місяців тому +1

    starting my linked list playlist today !

  • @thisisRandom-ut9iq
    @thisisRandom-ut9iq Рік тому +11

    please do playlist for String data structures

    • @OurTv-x8k
      @OurTv-x8k 10 місяців тому

      Bro did u found ans on strings

  • @hareshnayak7302
    @hareshnayak7302 10 місяців тому

    Understood,Thanks striver for this amazing video.

  • @VimalKumar-ye5rd
    @VimalKumar-ye5rd Рік тому

    One Of the easy explanation...... 👌👌👌

  • @mohammadaftabansari6882
    @mohammadaftabansari6882 21 день тому

    Thanks for your explanations.

  • @Josuke217
    @Josuke217 8 місяців тому

    Made everything so simple , great explanation

  • @AbhirajRathour-e9l
    @AbhirajRathour-e9l Рік тому +1

    beautifully explained.🤗

  • @ictfan-ly8gh
    @ictfan-ly8gh 16 днів тому +1

    Watches it two times then understood 😅

  • @freeandreliablejeeprep820
    @freeandreliablejeeprep820 5 місяців тому +1

    thank you Srila prabhupada Hare krishna

  • @rohitanand7071
    @rohitanand7071 Рік тому +2

    Day 1 of Linked LIst is completed Bhaiya

  • @ProCat343
    @ProCat343 Рік тому

    Bhai ek number ka kam ker raho ho . Bus kerte raho.

  • @vartikasingh2562
    @vartikasingh2562 Рік тому

    Awsome Striver! loved the first video.

  • @rajankumar-ht8ug
    @rajankumar-ht8ug Рік тому +2

    Thankyou so much sir ji 🙏🙏

  • @TBO710
    @TBO710 5 місяців тому

    Can't thank you enough sir . Thanks a lot

  • @albela7434
    @albela7434 9 місяців тому

    It's really worth it for placement

  • @sagarvk18
    @sagarvk18 Рік тому

    You are the best❤! Thank you Bhaiya💌!!

  • @kumar_sanjeevdutta1069
    @kumar_sanjeevdutta1069 9 місяців тому

    Simply great 🎉🎉

  • @saiganeshvanapalli5290
    @saiganeshvanapalli5290 3 місяці тому

    Great Explanation!

  • @areetra-halder
    @areetra-halder Рік тому +3

    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

  • @guneeshvats46
    @guneeshvats46 7 місяців тому

    Amazing Explanation brother

  • @YourCodeVerse
    @YourCodeVerse Рік тому +1

    Understood✅🔥🔥

  • @suchitpatel8700
    @suchitpatel8700 8 місяців тому

    your videos are so great bro...

  • @divyannarwani3229
    @divyannarwani3229 3 місяці тому

    great Lecture

  • @Ayeshasingh720
    @Ayeshasingh720 7 місяців тому

    best lecture ever

  • @tanya8353
    @tanya8353 Рік тому

    Commendable job striver!!!

  • @hitesh7651
    @hitesh7651 Рік тому +3

    please make a playlist on strings , it's very confusing learning this from others

  • @RAJADHANISH23BCE984
    @RAJADHANISH23BCE984 6 місяців тому +1

    The last part ( 43:26 ) is about a oops concept "GENERICS" .

  • @pulkitjakhmola1121
    @pulkitjakhmola1121 3 місяці тому

    14:20 x is given memory in stack and not in heap

  • @sachitkumbhat2004
    @sachitkumbhat2004 Рік тому +1

    Was eagerly waiting for this.... Tysm

  • @someshsunar4166
    @someshsunar4166 9 місяців тому

    Very Good explanation

  • @anshror2583
    @anshror2583 Рік тому +1

    Striver bhai ki jai ho paid m kya rakha, jab bhai padheyega toh smaj jarur ayega jai ho striver bhai ki

  • @RishabSharma6969
    @RishabSharma6969 Рік тому

    Superbly awesome video.

  • @kingsgamingff532
    @kingsgamingff532 Рік тому +2

    Best for dsa

  • @saitejanedunoori5451
    @saitejanedunoori5451 8 місяців тому

    Great work brother ☺

  • @Murugavel-ee123
    @Murugavel-ee123 Рік тому +2

    Completed sir 26/11/2023 - Murugavel E

  • @VaibhavGupta-v3r
    @VaibhavGupta-v3r Рік тому

    Thankyou bhaiya for this amazing content

  • @HitanshuRathi-zz5vn
    @HitanshuRathi-zz5vn 2 місяці тому

    Understood brother thanks

  • @trailblazer555
    @trailblazer555 Рік тому

    Good explanation Striver

  • @oyeshxrme
    @oyeshxrme 6 місяців тому

    thank you bhaiya for your efforts

  • @ashutoshpanda-u6b
    @ashutoshpanda-u6b 2 місяці тому +1

    its very very easy

  • @poojaraman6663
    @poojaraman6663 6 місяців тому +2

    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💫

    • @priyanshukarmakar3773
      @priyanshukarmakar3773 6 місяців тому +4

      U must know bout arrays, pointers and structures to understand linked list
      :)

    • @priyadarshiroy9584
      @priyadarshiroy9584 2 місяці тому +1

      ​structures not necessary. U can use classes

    • @poojaraman6663
      @poojaraman6663 2 місяці тому

      Ok Thank you@@priyanshukarmakar3773

    • @poojaraman6663
      @poojaraman6663 2 місяці тому

      Okay, thank you@@priyadarshiroy9584