The explanation is very clear and comprehensive. Believe me, even if you have absolutely no prerequisites of programming, you can easily follow him. (Of course the best situation is you have learnt at least one high-level programming language, like C, Java, C++, etc.) Bro you really do a great job! Plz keep going :)
In languages like python and Ruby. We don't define the size of array before hand. Then what type of data structure it is? Static or dynamic or somewhere in between?
In case of both static and dynamic, memory is allocated only at runtime. This is a common misconception that in static data struct memory will be allocated at compile time. It is called static, since the the memory space reserved for the data type dosen't change throughout the program (remains static).
plz cover stack, queue,recursion,sorting , searching and hashing , tree and graph. you are only focusing on link list only. Keep going. Thanks for your hardwork. From Nepal
sir please please please upload video daily your teaching technique are awesome and unique and we solely depend on your videos you haven,t uploaded any video after 5 april sir please make videos as soon as possible
Hi, firstly I would like to say that your lectures are really helpful and amazing. I have a doubt is stack an ADT or data structure. Because you have said that stack is an ADT whose implementation is done with data structures. But then in this video you have classified it as a linear data structure. So is stack a data structure or a data type?
Can anyone clear my doubt If array size declared at compile time , #include void main() { int n; scanf("%d",&n); int arr[n]; } Is this allocates memory for arr[] at run time?
Sir, your lectures are easy to grasp and content is crisp. Would u please upload the lectures as soon as possible.So that we can cover the syllabus asap.
When we say memory is allocated at compile time, it automatically means memory is decided by compiler at compilation time. Though it doesn't mean memory is allocated, this is how we say it generally.
Straight to the point, no intro no bullshit. Liked this video
The explanation is very clear and comprehensive. Believe me, even if you have absolutely no prerequisites of programming, you can easily follow him. (Of course the best situation is you have learnt at least one high-level programming language, like C, Java, C++, etc.) Bro you really do a great job! Plz keep going :)
Video deserve more likes and view ❤️
In languages like python and Ruby. We don't define the size of array before hand. Then what type of data structure it is? Static or dynamic or somewhere in between?
If it will not get continuous memory for your data then it will give error
In case of both static and dynamic, memory is allocated only at runtime. This is a common misconception that in static data struct memory will be allocated at compile time. It is called static, since the the memory space reserved for the data type dosen't change throughout the program (remains static).
Nope
Agree with that. You can't insert or delete element from the array. It is immutable.
But in Google it's saying memory allocated during compile time.
Your way of teaching in really impeccable..
Greeting Sir!! It is highly requested to please upload videos daily. Please don't give one day gap.
You're better than my teacher!
Thank you for wonderful class
Thank you so much for all the lectures, Genuinely these are very helpful.
Please upload more videos of data structures.
Please start uploading data structures. My placements are coming from next semester. I want to revise all concepts
plz cover stack, queue,recursion,sorting , searching and hashing , tree and graph. you are only focusing on link list only. Keep going. Thanks for your hardwork. From Nepal
thanks for quality and give understanding from 0 to 💯
having nice lecture
I love Neso Academy 💝.
Please make the videos of DSA through C.
sir please please please upload video daily your teaching technique are awesome and unique and we solely depend on your videos you haven,t uploaded any video after 5 april sir please make videos as soon as possible
Excellent explanation Sir ....plz complete all concepts on data structures..plz sir ....thank you
Sir we need you in this lockdown so that our lockdown might become productive for us upload daily sir
Very Nice, tnq so much, make more contents like this, student like us needs this alot
Marvellous explanation...each n everything is cleared...no delay ...not too fast....u r fantastic
Really helpful classes.Could you please upload the notes.
These data structures can applicable for c#....
Sir data structure ki or video upload kar dijiye ..... Lockdown m apna syllabus hi complete kr lete h 😊 😊 😊 ....your video are very helpful to me 😊
Hello neso may I ask for the syllabus of this course please ? :D Thanks again for your awesome work and dedication, You guys are best !!
it's in the playlist's description.
Visca El Barça😤
Thank You Sir
Best course
Please upload more videos.. Thanks
Sir please upload daily a video
Please sir ,upload daily
Great as always, thanks to you my confinement will be beneficial.
Thank you!
Nice representation ❤
Great sir❤❤❤❤
which playlist is this video a part of? what video should i watch next for detailed info about the topics talked here?
Very helpfull video
Amazing Explanation! 🔥
Thank you so much.. ✌️
Please Upload the videos daily sir
Thank u
Dear Neso Academy , Please reply 🙏🏼🙏🏼🙏🏼🙏🏼🙏🏼🙏🏼🙏🏼🙏🏼🙏🏼🙏🏼🙏🏼🙏🏼🙏🏼🙏🏼🙏🏼. what is the difference between datastructures and advanced datastructures?
Amazing sir plz keep doing
Hi, firstly I would like to say that your lectures are really helpful and amazing.
I have a doubt is stack an ADT or data structure. Because you have said that stack is an ADT whose implementation is done with data structures. But then in this video you have classified it as a linear data structure.
So is stack a data structure or a data type?
its a data structure
It's both.
adt just means it's abstracted like you as a client don't need to know the inner mechanics of that "thing" (or structure)
ano naintindihan mo na?
Sir, please continue the descret mathematics course 🙏🙏🙏🏻🙏🏻🙏
Sir will u upload videos on Trees, sorting ???
Plz upload more videos on data structures which helps us to hire the companies...
Plz Plz Plz🙏🙏🙏
Sir what is the difference between compile time and run time?
Tq I understood this
Can you please tell me that if I want to learn coding what all things I need to learn first ?
datatype and their uses
Sir,can you please upload complete lectures on Data Structures and algorithms??
Thank u
please upload videos about stack,queues,graphs and trees,and heaps
Sir please start video on c++
After Java!
How about the characteristics of data structures and its graphical representation?
Can anyone clear my doubt
If array size declared at compile time ,
#include
void main()
{
int n;
scanf("%d",&n);
int arr[n];
}
Is this allocates memory for arr[] at run time?
Plz uploaded next video of this series
Please upload left part of data structure
Effective video sir . are u gona uplode all the topics of DS ?
If not ,plz sir do it.
Thank you 2/04/2022
Python classes plz
Sir please try to make continuity
Sir, your lectures are easy to grasp and content is crisp. Would u please upload the lectures as soon as possible.So that we can cover the syllabus asap.
Best
I thought a stack was an ADT and the array, linked list were Data structure. What is it? can anyone clarify me please? I am so confused.
memory is not allocated at compile time only decided...it's allocated at run time..
When we say memory is allocated at compile time, it automatically means memory is decided by compiler at compilation time. Though it doesn't mean memory is allocated, this is how we say it generally.
ur videos r outstanding..please make video on DMA...
what's difference b/w compile and run time
dude thaaaaaaaaaaaaaaaaaaaaaaaank you
How it is define in textbook form
Where are tree, stack and graphs DS course vidoes?
/* thanks a lot */
Sir please upload the videos
Upload the next video DS
Then primitive and non-primitive ds are not the types of data structure???
💕
👌👌👌
𝙎𝙞𝙧 𝙬𝙝𝙚𝙧𝙚 𝙧 𝙪 𝙛𝙧𝙤𝙢
Praise lord ganesh
👍🤓👍
Thanks a lot 🌞
Thank you ❤️
Thank you so much
Thanks !