Introduction to Linked Lists, Arrays vs Linked Lists, Advantages/Disadvantages - C++ Data Structures
CodeBeauty CodeBeauty
273K subscribers
243,330 views
0

 Published On Feb 24, 2021

A linked list is a data structure used to store and organize data. This tutorial is an introduction to linked lists. You will learn how to use linked lists, the important advantages and disadvantages of linked lists, the differences between linked lists and arrays, and how to implement a linked list in the C++ programming language. I'll also teach you how linked lists work with functions and how you can access elements of the linked list (nodes) and how you can pass the linked list to a function.

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

☕ If you've found my content helpful and would like to support me, you now have the option to buy me a coffee or a cookie! It's a small gesture of gratitude that means a lot to me and helps me keep creating free educational videos for you. Use the link to make a contribution: https://bit.ly/CodeBeauty_BuyMeACoffee
However, please don't feel obligated to do so. I appreciate every one of you, and I will continue to share valuable content with you regardless of whether you choose to support me in this way. Thank you for being part of the Code Beauty community! ❤️😇

Contents:
00:00 - What will you learn in this course?
00:40 - Introduction to linked lists, What are linked lists?
03:35 - Differences between linked lists and arrays, advantages/disadvantages
07:28 - How to implement a linked list in C++
12:52 - How to link the nodes (How to link the elements of the linked list)
16:03 - Linked lists and functions

Other tutorials mentioned in this course:
Lists (real app example) -    • C++ List (Real examples, Sorting a li...  
Arrays -    • DATA STRUCTURES - How to work with ar...  
Structures -    • C++ Structures for beginners (explain...  
Classes, OOP Playlist - https://bit.ly/3sn0WQt
Pointer Playlist - https://bit.ly/2NXCjex

Tag me on you Instagram story:
Instagram 📸 -   / truecodebeauty  
Twitter 🐦-   / truecodebeauty  

show more

Share/Embed