[c] Introduction to Data Structures with Arrays

preview_player
Показать описание
Excuse the train (3:55).

The pointer arithmetic shown in the video can raise a few questions, but I will be making a video on it.
Рекомендации по теме
Комментарии
Автор

Ur channel will booming soon. It’s a matter of time!

keplerb
Автор

Just found out about your channel today, I can't stop binge watching all of your videos (especially in C). The ease of understanding your teaching style is mindblowing for me..
A great channel I'm grateful for, please keep up the consistency and high quality.

absttractive
Автор

Increíble video. It helped me understand much better what data structures are, thank you :) Keep at it. You are doing awesome work!

nareshpillay
Автор

Awesome video animations and well explained, subscribed!

marcbentoy
Автор

You have such an excellent way of explaining things with animations! Subbed, keep up the awesome work!

kanuos
Автор

Glad I've found your channel, amazing content. Keep up the good work! 👍

NyokoNariko
Автор

can you do a video about async programming because i have difficulty understanding it and your videos help me a ton

MagicThanos
Автор

Great video! But I should say, at 2:34, while it is true that adding 1 to the index adds the type's size to the address, this is also true with pointers. so the actual 'manual' access of the nth element of an array of int would not be `array + (n * sizeof(int))` but simply `array + n`. the a[b] operator is just syntactic sugar for *(a + b) (this is also why doing 5[array] is stricly equivalent to array[5] in C).

i understand why you wrote it like this to make people understand tho

toonlien
Автор

Another great video!, Which software do you use to make the animations?, Thanks 🙏

albertroswell
Автор

Great video! - what software do you use to make these beautiful animations?

sebastianbitsch
Автор

Great introduction to data structures, I'll share it with friends when they ask what programming is about!
There's a YouTuber who makes similar programming videos to yours, and they've made a whole program to facilitate easy creation of those videos. I imagine it could save you a lot of time, the video's called "Making Devlogs with Code - Motion Canvas" by aarthificial! :-)

sanderbos
Автор

How do you animate your Videos? Great Work by the way

classenalex
Автор

I'm dying to know what font you use in your videos

vvll
Автор

Access, Insert, Delete, and Search...









AIDS

bestehefueralle