Introduction to Linked Lists - Data Structures and Algorithms

  Рет қаралды 40,624

Caleb Curry

Caleb Curry

Күн бұрын

Start your software dev career - calcur.tech/dev-fundamentals 💯 FREE Courses (100+ hours) - calcur.tech/all-in-ones
🐍 Python Course - calcur.tech/python-courses
✅ Data Structures & Algorithms - calcur.tech/dsa-youtube
~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~
✉️ Newsletter - calcur.tech/newsletter
📸 Instagram - / calebcurry
🐦 Twitter - / calebcurry
🔗 LinkedIn - / calebcurry
▶️ Subscribe - calcur.tech/subscribe
👨🏻‍🎓 Courses - www.codebreakthrough.com
~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~
↪ My Amazon Store - www.amazon.com/shop/calebcurry
🅿 Patreon - calcur.tech/patreon-calebcurry
🅖 GitHub Sponsors - github.com/sponsors/CalebCurry
Ⓟ Paypal - paypal.me/calcur
🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
📈 Buy Bitcoin - calcur.tech/crypto
Reserve the Ruby Steel crypto rewards card and get a $25 bonus (use affiliate code "Caleb") - calcur.tech/crypto

Пікірлер: 44
@wockehs
@wockehs 2 жыл бұрын
One thing I like about your video is your reasoning behind every detail that you go through whereas some just jump right into the code after explaining the basic concepts. Absolutely amazing!
@user-zn3qw8qd4v
@user-zn3qw8qd4v 4 ай бұрын
I swear dude, if i need something explained in Java, I love finding you have a video Caleb. Thank you.
@michelle_in_multimedia2217
@michelle_in_multimedia2217 2 жыл бұрын
I've been try to get this concept for days now, and you just made it mad simple. Thanks for the help. Great video
@aminramazanifar9743
@aminramazanifar9743 4 жыл бұрын
Thank you teacher. The lesson was great! As always
@kemikuti898
@kemikuti898 2 жыл бұрын
Great explanation, your comparisons to arrays made your explanations really clear to understand.
@4thDrivePro
@4thDrivePro 2 жыл бұрын
thank you for doing all these videos!
@rara23257
@rara23257 Жыл бұрын
you're explaining it really well, thank you!! keep it up.
@blue-se3kc
@blue-se3kc Жыл бұрын
Honestly, comparing LL's to an array is what helped me grasp this concept better than other vids on the topic, comparing one concept to another that people are comfortable with really helps
@duckdeduct522
@duckdeduct522 10 ай бұрын
Такой симпатичный парень так понятно объясняет! Большое спасибо💗
@frankc.astle214
@frankc.astle214 3 жыл бұрын
Using this playlist to get an SE internship this year. You’re amazing. Also nice Lauren Daigle shirt 👀
@mens_essentials
@mens_essentials 2 жыл бұрын
I'm glad I'm not the only one that noticed the lauren daigle shirt lol
@InsAniTynetllMINECRAFTFORALL
@InsAniTynetllMINECRAFTFORALL 2 жыл бұрын
When teachers do info dumps, I go to your channel to help me out. Thanks teach!
@kobbykolmess
@kobbykolmess 3 жыл бұрын
You are an amazing teacher.
@nkunimsarkodee4662
@nkunimsarkodee4662 3 жыл бұрын
I juat want to say God bless you so much, like seriously.. you are God sent
@sergiutacu6602
@sergiutacu6602 3 жыл бұрын
Thx Caleb, you alwasys provide very good explanation
@adelinenaon2161
@adelinenaon2161 2 жыл бұрын
Another great video! Thnx :)
@sthohstholokuhle9755
@sthohstholokuhle9755 Жыл бұрын
very helpful. Thank you
@JF-xi2ko
@JF-xi2ko 2 жыл бұрын
Hey, man. I don't seem to find the link about the code implementation.. Can you post it?
@minhvunguyen5114
@minhvunguyen5114 Жыл бұрын
thanks somuch for this video
@kobic8
@kobic8 2 жыл бұрын
Hey Caleb, as usual - great vid!! thanks for the explanation. You mentioned in the video about a link for implementing a linked list in Python, where can I find it? where you referring to these paid courses?
@brandonmohammed9092
@brandonmohammed9092 4 жыл бұрын
hey no relation to this video, but i was watching your video on c++ programming, and i built a little calculator for complex numbers, and i was wondering, how do you make an executable file from your code in vscode? Great series btw on Data structures, been really enjoying it
@aymensekhri2133
@aymensekhri2133 Жыл бұрын
Great explanation
@plttji2615
@plttji2615 2 жыл бұрын
Thank you for the video, I am preparing for the following interview question. When searching for the element in the list, what if the list is too big, then what would you do? I am really struggling how to answer this question. Could you please help me?
@Shyzah
@Shyzah 3 жыл бұрын
thanks man
@aubreywright1638
@aubreywright1638 2 жыл бұрын
Where is the link to the code implementation mentioned at 9:48?
@moctrickthehacker3262
@moctrickthehacker3262 3 жыл бұрын
You are the best
@MIDzI
@MIDzI 4 жыл бұрын
it was that moment he knew 5:06 :D Btw thx for sharing :)
@biancab.9733
@biancab.9733 2 жыл бұрын
Why not use a vector which has dynamic memory as well?
@protosstassadar20
@protosstassadar20 4 жыл бұрын
Hello Caleb, awesome videos I´ve saw all of the c++. I got a question, in 2:27, it is actually copied to a new array or is just increased in size? Because the first one consumes computational power to copy and paste I think
@aaaminahammm4365
@aaaminahammm4365 2 жыл бұрын
it double the size of array copy the previouse elements and then add the new one
@theblackelephant
@theblackelephant Жыл бұрын
Caleb the video maker twoooooooo
@amaanshabeer
@amaanshabeer 4 жыл бұрын
how many episodes in this playlist?
@markuswilhelmsen2273
@markuswilhelmsen2273 2 жыл бұрын
0:24 I'd say that is very accurate
@stauns7642
@stauns7642 3 жыл бұрын
hey where is the hands on for this?
@TravisGarnett
@TravisGarnett 4 жыл бұрын
@6:39 - 😴 ➡️ 🗣😳 ➡️ 👨‍🏫👩‍💻 #TacosForCaleb!! 🥙 🌮 🌯 👐👀
@petros3670
@petros3670 Жыл бұрын
Where is the declaration of linked list?
@levicaaya5213
@levicaaya5213 Жыл бұрын
Hello where is the code implementation?
@yoelmarquez5029
@yoelmarquez5029 2 ай бұрын
why not use vectors ?
@MyTBrain
@MyTBrain 3 жыл бұрын
Appreciate the content, but next to impossible to learn anything, ads every 90sec are the antithesis of a learning environment. PLEASE reduce the number of ads to every 300sec so that your content is more educational.
@adabkaur5416
@adabkaur5416 3 жыл бұрын
Get ad blocker software installed then ;)
@geekworthy7938
@geekworthy7938 4 жыл бұрын
Holy F! The video came up with like 10+ commercials injected! No way I'm watching this!
@noaag
@noaag 3 жыл бұрын
Use Enhancer for KZbin on PC or KZbin Vanced on Android if you must block ads. It would be better to block the ads and give Caleb the algorithm boost from engagement than to not watch his vids at all, because his videos really are quite helpful and he deserves the support.
@joshuabrisebois5188
@joshuabrisebois5188 2 жыл бұрын
Oh no no no... I go looking for code and only find things for beginners to buy... Kinda shameful tbh...
@kc.95
@kc.95 2 жыл бұрын
man you got bigger, go to gym hahah, thanks for the video
Introduction to Stacks - Data Structures and Algorithms
14:53
Caleb Curry
Рет қаралды 20 М.
Arrays vs Linked Lists - Data Structures and Algorithms
15:59
Caleb Curry
Рет қаралды 19 М.
БОЛЬШОЙ ПЕТУШОК #shorts
00:21
Паша Осадчий
Рет қаралды 9 МЛН
Me: Don't cross there's cars coming
00:16
LOL
Рет қаралды 14 МЛН
Linked Lists - Computerphile
10:11
Computerphile
Рет қаралды 203 М.
Classes and Objects Introduction - Data Structures and Algorithms
12:36
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Sahil & Sarra
Рет қаралды 614 М.
Hash Tables - Data Structures and Algorithms
21:00
Caleb Curry
Рет қаралды 37 М.
Rust References and Ownership Complete Introduction
28:45
Caleb Curry
Рет қаралды 3,3 М.
Singly Linked Lists Tutorial - What is a Linked List?
13:31
Tech With Tim
Рет қаралды 41 М.
5 Simple Steps for Solving Any Recursive Problem
21:03
Reducible
Рет қаралды 1,2 МЛН
Introduction to Queues - Data Structures and Algorithms
11:43
Caleb Curry
Рет қаралды 9 М.
Игровой Комп с Авито за 4500р
1:00
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 2 МЛН
Опыт использования Мини ПК от TECNO
1:00
Андронет
Рет қаралды 686 М.
Hisense Official Flagship Store Hisense is the champion What is going on?
0:11
Special Effects Funny 44
Рет қаралды 2,8 МЛН