I have a lot of questions. Is this a language? What is this? What does it mean? Also, I am looking for content to understand core programming better. Not necessarily involving a language
For core programming you can start by learning about programming basics like what is programming, variables, conditions, loops... Then you can learn about algorithms and data structures in my channel, I try to explain things in a general way
@@insidecode alright . Algorithms and data structures it is then. I know about variables and loops, etc. It’s a bit stale hearing all those basics. It feels like I’m not progressing
I wish this channel explains all the standard algorithms
This is an fantastic presentation!
Awesome explanations, keep up the good job, dude !
great explanation. please do more
This is really helpful, thank you.
You're welcome!
Beautiful animation
Great vid as usual❤️❤️❤️
Thanks!
But this is going to work only for a binary tree, right. Or we might need another way of calculating the nod relationships.
Yes for binary trees only, but we can have the same logic a general k-ary tree, we just adapt the formula to find children and parent
One way to do is
tree = [ root, [ [ node, [ ], [ node, [ ] ] ] ]
Thanks
Bro pls explain greedy algorithm
I have a lot of questions. Is this a language? What is this? What does it mean?
Also, I am looking for content to understand core programming better. Not necessarily involving a language
Are you talking about the code? If yes it's in Python language
For core programming you can start by learning about programming basics like what is programming, variables, conditions, loops... Then you can learn about algorithms and data structures in my channel, I try to explain things in a general way
@@insidecode alright . Algorithms and data structures it is then.
I know about variables and loops, etc. It’s a bit stale hearing all those basics. It feels like I’m not progressing
To progress you need to practice, try creating some small programs with what you learnt
@@insidecode I’m doing that currently. I’m trying to push as fast as I can
don't need read out all numbers
Thank u
You're welcome iko
Great video, nice presentation.
Thank you!