MENU

Fun & Interesting

Doubly Linked Lists detailed explanation for beginners (C++ Data Structures course)

CodeBeauty 108,292 3 years ago
Video Not Working? Fix It Now

📚 Learn how to solve problems and build projects with these Free E-Books ⬇️ C++ Lambdas e-book - free download here: https://bit.ly/freeCppE-Book Entire Object-Pascal step-by-step guide - free download here: https://bit.ly/FreeObjectPascalEbook 🚀📈💻🔥 My Practical Programming Course: https://www.codebeautyacademy.com/ Experience the power of practical learning, gain career-ready skills, and start building real applications! This is a step-by-step course designed to take you from beginner to expert in no time! 💰 Here is a coupon to save 10% on your first payment (CODEBEAUTY_YT10). Use it quickly, because it will be available for a limited time. This video contains an in-depth explanation of doubly-linked lists with visual examples. I explained the differences between singly and doubly linked lists, as well as advantages and disadvantages. You will also learn how to create a doubly-linked list, insert elements, traverse it in forward and backward directions, and print values of all nodes. Lists (real app example) - https://youtu.be/dXI9_9WoTVw Introduction to linked lists: https://youtu.be/HKfj0l7ndbc 3 ways to insert a node into singly linked list: https://youtu.be/RNMIDj62o_o Contents: 00:00 - What will you learn in this video 00:20 - Introduction to doubly linked lists 01:10 - Advantages and disadvantages (difference between singly and doubly linked lists) 03:00 - Creating a node 04:15 - How to create a doubly linked list (step-by-step) 05:55 - Why are linked lists implemented with pointers 07:58 - How to insert nodes into a doubly linked list 13:00 - Forward traversing of a doubly linked list 15:04 - Backward traversing of a doubly linked list Find more Data Structures tutorials here: https://bit.ly/Cpp_DataStructures Follow me on other platforms: Instagram 📸 - https://www.instagram.com/TrueCodeBeauty Twitter 🐦- https://twitter.com/TrueCodeBeauty

Comment