Introduction to Linked Lists, Arrays vs Linked Lists, Advantages/Disadvantages - C++ Data Structures

  Рет қаралды 254,052

CodeBeauty

CodeBeauty

Күн бұрын

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: bit.ly/freeCppE-Book
Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook
🚀📈💻🔥 My Practical Programming Course: 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.
Download Visual Assist here: bit.ly/WT-CB
I use it to enhance the performance, features, and support for C, C#, and C++ development in Visual Studio.
Download Ultra Edit here: bit.ly/UE-CB
It is a powerful, secure text editor designed specifically for programmers.
☕ 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: 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 example...
Arrays - • DATA STRUCTURES - How ...
Structures - • C++ Structures for beg...
Classes, OOP Playlist - bit.ly/3sn0WQt
Pointer Playlist - bit.ly/2NXCjex
Tag me on you Instagram story:
Instagram 📸 - / truecodebeauty
Twitter 🐦- / truecodebeauty

Пікірлер: 455
@CodeBeauty
@CodeBeauty 2 жыл бұрын
📚 Learn how to solve problems and build projects with these Free E-Books ⬇️ C++ Lambdas e-book - free download here: bit.ly/freeCppE-Book Entire Object-Pascal step-by-step guide - free download here: bit.ly/FreeObjectPascalEbook 🚀📈💻🔥 My Practical Programming Course: 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.
@IAkar
@IAkar 2 жыл бұрын
Could you make a Vector Video? By the way i like you soooooo much :)))))))))
@HollowGuy0
@HollowGuy0 2 жыл бұрын
I struggle with my professor's way of explaining this. You did it in just 24 mins. Thank you.
@CodeBeauty
@CodeBeauty 2 жыл бұрын
Happy to hear that ☺️🤗🥰
@user-ss6ko9oj7s
@user-ss6ko9oj7s 6 ай бұрын
I am a college student who is watching in Korea There is no such high quality C++ video in Korea Thank you for the good video!!
@Tylasian
@Tylasian 2 жыл бұрын
Learned more in 24 mins than my professor in 2 hours. Thank you!
@JonathanReyes-nb8ws
@JonathanReyes-nb8ws 9 ай бұрын
Same
@adamburri1088
@adamburri1088 8 ай бұрын
I wholeheartedly agree, I'm taking data structures and algorithms this semester, and what the prof took to explain in a week, 23 mins got me more!
@careenwasonga
@careenwasonga 6 ай бұрын
@@adamburri1088same lol
@SalmanKhan-wk3pk
@SalmanKhan-wk3pk 3 жыл бұрын
You're the only one that finally made this understandable to me. Thank you so much plz continue this series !! I would like to see the series upgrade to the intermediate level. Thank you again, Saldina!
@circuitwave
@circuitwave Жыл бұрын
I agree! This was sooo helpful! Thank you very much!
@dextersilva4411
@dextersilva4411 Жыл бұрын
same TT
@anuragvashishtha3841
@anuragvashishtha3841 2 жыл бұрын
Clear and Concise explanation! Backed with a lot of Well Supported, Real world Examples. Learning C++ through your channel is so much of joy!!
@artisticnights6222
@artisticnights6222 2 жыл бұрын
You are a life saver I have taken data structures three times and never understood it especially linked lists and you made it so simple THANK YOU T--T
@Neiltxu
@Neiltxu 2 жыл бұрын
your videos are insane, you made me feel that c++ wasn´t as difficult as it was being for me at university, thanks a lot and best wishes from Spain.
@abdel-rahmansayed6384
@abdel-rahmansayed6384 3 жыл бұрын
I really appreciate your work, you helped me understands this particular topic which was both easy and confusing at the same time. Keep it up💪🏻
@potatoitis3326
@potatoitis3326 2 жыл бұрын
Thank you so much!!!!! This video was so helpful in helping me study for finals as well as understanding my data structures class. You made this concept so much easier to understand than my professor.
@Michael-tf3hj
@Michael-tf3hj 2 жыл бұрын
By watching this video I have contemplated not only the beauty of code, but also the beauty of programmers. Thanks a lot for that video! Seems to be one of the most beneficial.
@reflex9238
@reflex9238 6 ай бұрын
By far the best video I've seen on link lists and the implementation of them in C++. Oh my god so many videos go into understanding what they are, but never teach what an implementation of them look like especially the syntax when being introduced to new syntax like -> which I wasn't aware of, or how you need to link your link list otherwise it's no longer a link list. This is a lifesaver and doesn't start with some syntax that no one has ever seen before and keeps it basic. If you go into anything a bit weird its explained. Thank you so much for the video it was super helpful in understanding what implementation of a link list looks like in C++.
@rayanalasow7035
@rayanalasow7035 10 ай бұрын
Loveeeeee the explaination. I feel like you do a good job in explaining the things that sometimes are pushed under the rug and that is sometimes the difference between feeling completely stuck vs finally understanding an otherwise simple concept.
@Mike-lr2bc
@Mike-lr2bc Жыл бұрын
This video made my life so much easier. I've been struggling in my data structures class for 10 plus weeks now, professor was confusing to listen to, tutor was confusing to listen to but this video made everything clear
@yohansenurga4044
@yohansenurga4044 3 жыл бұрын
You are the best. You really explain very well wow. My professor took two classes which mean 150 minutes to teach about the Linked list but still, I didn't get it but now in less than 24 minutes I learned a lot from you. Thank you.
@Awanderer15
@Awanderer15 Жыл бұрын
Finally after trying for almost a week and surfing dont know how many channels i found this channel who make me understand how to create a linked list in minutes at once I cant thank you enough literallyy tears in eyes .. Thank you you are realky doing a great work each concept is clear avout creating a linked list . Thank you so much
@milkamilkica1935
@milkamilkica1935 3 жыл бұрын
Love how you explain everything so simple and easy!
@CodeBeauty
@CodeBeauty 3 жыл бұрын
Happy to hear that you learn from videos! 🤞🤗🧡
@dvega920
@dvega920 2 жыл бұрын
@@CodeBeauty I second Milka's comment! I've spent a ridiculous amount of time (hours) reading and rereading my text book to understand linked lists and you very eloquently showed me in a matter of minutes. Thank you and keep up the great work! I will be following you for more C++ videos as this has been a trouble language for me to pick up. Best of Luck!
@SHIVAMSHUKLA-be7zj
@SHIVAMSHUKLA-be7zj 2 жыл бұрын
amazing explanation.. i wish i had a teacher like you.. respect... in this era where people are making insta youtube reels , which are absolute trash.. people like you are really motivating us.
@PureASM-ShellCoder
@PureASM-ShellCoder 3 жыл бұрын
Thank you very much ! You're the best ! 😌 You've gotten me into programming again … !
@murtazahonarpoor4252
@murtazahonarpoor4252 2 жыл бұрын
You explained the linked list very clear and concise. Thank you!
@atrijpaul4009
@atrijpaul4009 2 жыл бұрын
I recently came across your channel and I must say the way you explain is commendable. Thanks for such great explanation of all the minute details of the code
@learntoearn6612
@learntoearn6612 2 жыл бұрын
video posted on 24/Feb/2021, Today 8/Dec/2021 still helpful and will continues being helpful. *Thanks Saldina*
@2minhacks
@2minhacks 2 жыл бұрын
Thank You This video helped me in understanding concept of the linked lists, I have watched many videos but this video makes everything clear.
@painsme2
@painsme2 3 жыл бұрын
These are really informative video's. I appreciate you taken the time to do so. Thank You and Cheers!
@grandparick3176
@grandparick3176 3 жыл бұрын
I really love the way you explain things.
@timetofilmit5441
@timetofilmit5441 3 жыл бұрын
Clear and concise. Thank you for your help!
@joehibbler7120
@joehibbler7120 2 жыл бұрын
My last year until I graduate BS computer Science ... Thank you so much your lessons are great.
@vedkorla300
@vedkorla300 2 жыл бұрын
Thank you so much, I didn't have much knowledge about pointers to begin with, yet your explanation was so nice that I didn't need to revisit it at all.
@CodeBeauty
@CodeBeauty 2 жыл бұрын
☺️🤗🥰
@mmuzzammil8394
@mmuzzammil8394 2 жыл бұрын
Wow, you explain better than my teacher! Thank you!!
@zombiehellmonkeygaming1956
@zombiehellmonkeygaming1956 3 жыл бұрын
Wow, thank you for the brilliant explanation! You make everything sound so simple. I have only ever used std::list, so to understand how linked lists actually work under the bonnet really helps.
@CodeBeauty
@CodeBeauty 3 жыл бұрын
I'm happy that you find my explanation helpful and that you understand how LL work inside 🤞🤗🤗
@rein29233
@rein29233 Жыл бұрын
Finally understood after going through many videos. Thank you
@naziabutt8142
@naziabutt8142 Жыл бұрын
beautifully explained .you just made it sooooo simple to understand.thank you.....
@cranixstein6207
@cranixstein6207 Жыл бұрын
Thank you very very much Saldina, your videos on C++ are so precious and understandable.
@CodeBeauty
@CodeBeauty Жыл бұрын
😊🥰
@chvaishnavi7985
@chvaishnavi7985 2 жыл бұрын
You're a saviour. How nicely you have made me to understand the topic i cant explain thanks 🥰
@BrainyBlas
@BrainyBlas 5 ай бұрын
Amazin job in such a way that, you train viewers from basic to advance without missing any aspect.
@UET_TECH
@UET_TECH Жыл бұрын
i have seen many videos..but only from ur video i learned it and best explanation..thankuu
@garcj1499
@garcj1499 3 жыл бұрын
I decided to watch the entire video at 1am for fun instead of going to sleep. Linked lists have never been this clear to me until now, thanks to you!
@stephanieezat-panah7750
@stephanieezat-panah7750 2 жыл бұрын
haha! great. 1am is good to learn. kudos to you
@tsalVlog
@tsalVlog 3 жыл бұрын
as a long-ago C/C++ dev (c. 1998) and a current Kotlin Java dev, this is relevant to my work and interests!
@sebastianionel5134
@sebastianionel5134 3 жыл бұрын
If people don't want to use public variables in a class (not pretty cool to use public variables in classes and not so great to practice) they can check this code right here. I did some OOP things: class Nod { // Nod = Node in my language int valoare; // valoare = value in my language Nod* next; public: // I did a constructor also to avoid making a very big column of initializations. If I don't pass the next Node, then the default value is a nullptr; Nod(int valoare, Nod *next = nullptr) : valoare(valoare), next(next) {} // Here are some getters and setters that can access the private variables. void setValoare(int valoare) { Nod::valoare = valoare; } void setNext(Nod *next) { Nod::next = next; } int getValoare() const { return valoare; } Nod *getNext() const { return next; } }; void printList(Nod* n) { while(n){ std::coutgetValoare() getNext(); // This is a pointer so that's why you can do this. } } int main() { // linked list example with 4 elements: Nod* head = new Nod(1); Nod* second = new Nod(2); Nod* third = new Nod(3); Nod* last = new Nod(4); // here I was pretty lazy to implement the pointer in constructor thing (the stuff you need to pass as a parameter to the construct to point to the next node) so I did this: head->setNext(second); second->setNext(third); third->setNext(last); printList(head); // std::cout
@mohammedalharbi158
@mohammedalharbi158 2 жыл бұрын
You are a LIFE SAVER thank you from the deep of my heart.
@kaivalyakumar8249
@kaivalyakumar8249 2 жыл бұрын
Thnx, you are great in explaining things....
@Rob-147
@Rob-147 Жыл бұрын
thank you for breaking it down like this!
@HiImAmazing123
@HiImAmazing123 2 жыл бұрын
You are a life saver. Thank you!
@zannatulferdousbristy235
@zannatulferdousbristy235 2 жыл бұрын
Yes, I got now easy explanation . Thanks and upload more.
@pandax_185
@pandax_185 3 жыл бұрын
Definitely one of the best channels ever seen ❤️
@killatony4093
@killatony4093 3 ай бұрын
Thank you Ms.Coding Lady.
@dexterjohnson1842
@dexterjohnson1842 10 ай бұрын
Your videos are very helpful. You explain well. Thanks!
@islamtarek5040
@islamtarek5040 2 жыл бұрын
Excellent explanation. Thanks you for your efforts.
@Nikhil-vo4qu
@Nikhil-vo4qu Жыл бұрын
Thank you so much di ! this helped me a lot !!! May the force be with you !
@Dronebotworkshop
@Dronebotworkshop 3 жыл бұрын
I recently discovered your channel and I just have to say that you are doing an amazing job with these videos. You have a great teaching style and I love the way you use practical examples to illustrate concepts. I use C++ when working with microcontrollers like the Arduino, and while there are a few syntax differences it is very similar, so your videos have been a great resource. I know you get many requests for other languages as well, and as a KZbinr myself I understand that it's impossible to entertain them all. If I were to make a request I would love to see you do a series on Python after you conclude the C++ tutorial series. So you can add that to the list! I wish you every success with your KZbin channel.
@CodeBeauty
@CodeBeauty 3 жыл бұрын
Thank you so much for that comment! I really put a lot of work into these videos, especially to overcome the foreign language obstacle, so I appreciate very much the support that I get. I have a lot of TODO videos, and I also have to be honest and say that Pythons is not my strongest language. I was planning to focus on C++, C#, and JS mostly because those are the languages that I use the most, but I don't have any fixed plan for the future. Are you interested in those maybe? I wish you the best of luck with Arduino programming and a lot of success with your channel as well. 🤞🧡🧡
@Dronebotworkshop
@Dronebotworkshop 3 жыл бұрын
@@CodeBeauty Well I would say that you have definitely overcome the foreign language obstacle, your English is excellent. I certainly will be interested in seeing more of your C++ videos and look forward to the JavaScript ones, I have familiarity with both languages but it has been a few years since I used JS, so I'm sure I'll learn something. Keep up the great work Saldina, I predict that you'll soon have a KZbin Silver Play Button to hang on your wall!
@DaleDix
@DaleDix 3 жыл бұрын
Mr DroneBot in the house!
@yohansenurga4044
@yohansenurga4044 3 жыл бұрын
@@CodeBeauty Guess what your English is more understandable than (no offense) other programming KZbinrs. I really appreciate your effort and we will continue supporting you.
@nunorodrigues5628
@nunorodrigues5628 3 жыл бұрын
@@CodeBeauty this is the best best crossover of 2021!
@jiaweiguo3987
@jiaweiguo3987 3 жыл бұрын
Thanks you so much Your videos are very helpful and simple to understand.
@MegaDoc360
@MegaDoc360 Жыл бұрын
Phenomenal explanation, thanks!
@mathilda247
@mathilda247 26 күн бұрын
Thank you for fluencer and understandable English ❤
@ArslanBajwaOfficial
@ArslanBajwaOfficial Жыл бұрын
Your teaching style is very good the best teacher ever..❣
@manhhungnguyenxuan5315
@manhhungnguyenxuan5315 3 жыл бұрын
thank a lot, great video. From Vietnamese student with love!
@MartinGG996
@MartinGG996 3 жыл бұрын
I was having doubts with this very topic. Nice video!
@CodeBeauty
@CodeBeauty 3 жыл бұрын
😊🧡
@klevialushi571
@klevialushi571 3 жыл бұрын
Thanks for the video!
@Sisi_San
@Sisi_San 2 ай бұрын
You are so amazing! I love your teaching and can't wait to learn more!
@BizBlitzShorts
@BizBlitzShorts 2 ай бұрын
I found it really hard to understand the concept of linked lists but you made it seem very easy. Thanks!
@conceptwithayan4737
@conceptwithayan4737 Жыл бұрын
amazing concept love your teaching method
@Lalinxdboom
@Lalinxdboom Жыл бұрын
you are the only one who is helping me to be a c++ advanced learner
@arghyadas4138
@arghyadas4138 2 жыл бұрын
Awesome Explanation
@ChristianRicciChrySalis
@ChristianRicciChrySalis 2 жыл бұрын
You helped me a lot, thank you 🙏
@bubble_gum_witch
@bubble_gum_witch Ай бұрын
Thank you so much, your way of explaining is so clear and understandable. I really needed this video!!
@CodeBeauty
@CodeBeauty Ай бұрын
You're welcome 🤗🥰
@Bess_Gates
@Bess_Gates Жыл бұрын
I really appreciate what you do, thank you
@wongy4487
@wongy4487 Ай бұрын
thank you so much !! your explanation is great!
@NIKHILSINGHRA-zs5fm
@NIKHILSINGHRA-zs5fm Жыл бұрын
hanks lot Sir.. You helping us..
@5g8ohsl
@5g8ohsl 2 жыл бұрын
great explaining, better than our lecturer
@darellarocho5729
@darellarocho5729 2 жыл бұрын
You explain these concepts extremely clear holy shit. Amazing job!
@aryapavale2727
@aryapavale2727 Жыл бұрын
Great explanation ....thank you 😊
@Gks2k
@Gks2k 2 жыл бұрын
very use full video ma'am thank you
@cloudyclouds5737
@cloudyclouds5737 3 ай бұрын
Thank you so much 💗😊 It really helped me
@roseproctor3177
@roseproctor3177 2 жыл бұрын
this is a fantastic explanation, wow
@adeniyiladenegan7450
@adeniyiladenegan7450 2 жыл бұрын
CodeBeauty, Thank you so so much for all you do. Please don't stop making your videos. Could you do a video on event streaming such as kafka? I find it so easy with your explanations.
@user-rm1bg6jb9s
@user-rm1bg6jb9s 11 ай бұрын
after watching hundred of videos, this video make me understand linked lists lots of thankss 💞💞
@joebosah2727
@joebosah2727 2 жыл бұрын
Thanks, you nailed it
@Alphabet_-_
@Alphabet_-_ 3 жыл бұрын
#include using namespace std; class Node { public: int Value; Node* Next; }; void printlist(Node*n) { while (n!=NULL) { cout Value Value = 1; head->Next =second; second->Value = 2; second->Next = third; third->Value = 3; third->Next = NULL; printlist(head); system("pause>0"); }
@CodeBeauty
@CodeBeauty 3 жыл бұрын
Thank you for this! 🙏💙
@BlakeTedKord
@BlakeTedKord 3 жыл бұрын
@@CodeBeauty is that really google? What’s your ethnicity? Can you start a full stack series soon?
@trinity2725
@trinity2725 3 жыл бұрын
@@BlakeTedKord she is croatian
@ambroseoz6877
@ambroseoz6877 3 жыл бұрын
@CodeBeauty i have tired adding a four elements to it (third->Next = four; four-> Next = 4; then what happens to the " Null" at this point.
@ambroseoz6877
@ambroseoz6877 3 жыл бұрын
// Example program #include using namespace std; class Node { public: int Value; Node* Next; }; void printlist(Node*n) { while (n!=NULL) { cout Value Value = 1; head->Next =second; second->Value = 2; second->Next = third; third->Value = 3; third->Next = four; four->Value = 4; four->Next = NULL; // i want to know the issue at this line of this code printlist(head); }
@joseloeza371
@joseloeza371 2 жыл бұрын
Happy new year bonita... Excelent video... Please more like this with data structures
@shin5302
@shin5302 Жыл бұрын
Thank you for your great explanation!
@hussain6043
@hussain6043 Жыл бұрын
Thank you so much Mam !! Your videos are so much helpful👍.
@Xxnightwalk1
@Xxnightwalk1 Жыл бұрын
Very clear, as always Your videos are very helpful :)
@sherylli4161
@sherylli4161 2 жыл бұрын
wow!! I just discovered your channel- i've always struggled to understand linked lists but in this video, everything just clicked. THANK YOU SO MUCH
@CodeBeauty
@CodeBeauty 2 жыл бұрын
🤞🤗🥰
@mujiahmed5448
@mujiahmed5448 9 ай бұрын
you are truly the best
@tanhnguyen2025
@tanhnguyen2025 7 ай бұрын
truthfully speaking, you're dropdead gorgeous from my point of view. Thank you madam for dedicating your time to making this video that is perfect to the most minute detail!
@thelittlemermeigaming9122
@thelittlemermeigaming9122 2 жыл бұрын
Your channel has been a huge help and now I look for your channel when searching for a topic regarding C++, would you ever make a video regarding destructors as well?
@AbdulHadi-wl8ek
@AbdulHadi-wl8ek 3 жыл бұрын
Hi, I really enjoyed the video and it also clears my concepts about linked lists. I have a request you to make a video on doubly linked lists as well as possible. I'll be very thankful for this. Thanks.
@user-be8rp9uq3i
@user-be8rp9uq3i 3 жыл бұрын
You are more than a teacher 非常好👍
@ussumaneembalo2643
@ussumaneembalo2643 Ай бұрын
This video is so well explained, thanks allot
@ayushjoshi9126
@ayushjoshi9126 2 жыл бұрын
This is some high quality teaching Understood all of it!!!!!!!!!
@CodeBeauty
@CodeBeauty 2 жыл бұрын
🤗🥰
@legityash
@legityash Жыл бұрын
This video was helpful 💯
@abugslife2461
@abugslife2461 Жыл бұрын
Thank you, this was a very helpful video!! :)
@RagibRawnakRohan
@RagibRawnakRohan 2 жыл бұрын
Really This Channel Does Have Code And Beauty.
@ramiyousif8024
@ramiyousif8024 2 жыл бұрын
Thank you for all these amazing videos, I really love the way you use to teach, would you show us how we make a doubly linked list please, thank you again.
@ComputerGuru-tk2hg
@ComputerGuru-tk2hg 8 ай бұрын
You are the best c++ instructor atleast most of my code I code with you follows logically keep up the good work Saldina @CodeBeauty please create a separate course for c++ data structures which have graphs in them
@burntt999
@burntt999 2 жыл бұрын
Thank you ma'am. helped a lot.
@namandacarolinebetty6814
@namandacarolinebetty6814 2 жыл бұрын
You are the best teacher
@handsoncoding7693
@handsoncoding7693 16 сағат бұрын
thanks a lot CodeBeauty. I am BCA student at manipal university jaipur, I struggke understanding this concept from other tutorial, but yours is super easy to grasp. thanks again
@eminbaybarstimurstudent3802
@eminbaybarstimurstudent3802 3 жыл бұрын
void printList(Node *head) { if (head->Next != nullptr) { cout Value Next); } else { cout Value
@turddisturb
@turddisturb 2 жыл бұрын
Good content and well explained. Thanks!
@ee99858
@ee99858 3 жыл бұрын
Epic tutorial, thanks!
МАМА И STANDOFF 2 😳 !FAKE GUN! #shorts
00:34
INNA SERG
Рет қаралды 4,1 МЛН
31 nooby C++ habits you need to ditch
16:18
mCoding
Рет қаралды 735 М.
Learn Linked Lists in 13 minutes 🔗
13:24
Bro Code
Рет қаралды 262 М.
you will never ask about pointers again after watching this video
8:03
Low Level Learning
Рет қаралды 2,1 МЛН
The Absolute Best Intro to Monads For Software Engineers
15:12
Studying With Alex
Рет қаралды 602 М.
Собери ПК и Получи 10,000₽
1:00
build monsters
Рет қаралды 1,9 МЛН
Cadiz smart lock official account unlocks the aesthetics of returning home
0:30
Will the battery emit smoke if it rotates rapidly?
0:11
Meaningful Cartoons 183
Рет қаралды 37 МЛН