Search for notes by fellow students, in your own course and all over the country.
Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.
Document Preview
Extracts from the notes are below, to see the PDF you'll receive please use the links above
Data structure
...
So data structures and
algorithms are things that help us in our work or in our projects or in our courses or in our future
projects or in our work or in our projects that we are doing right now so if you want to use
something then you should be able to use it in your work or in your projects or in your courses
or in your future work or in your projects that you are doing right nowwater in a pot and you put
the tea bag in the cup and you make the coffee Now what is the difference between data
structures and algorithms? Algorithms are specific steps that need to be taken in order to solve
a problem
...
And then you will get to
hear this and it is asked in the interviews, "tell me, what is this?" So now let's understand
database, data warehouse, and big data here we have understood the data structure that when
your program starts in RAM, it will load into the random access memory
...
know these three terms because big data is what we are talking about here
...
Alright
...
c '' now this
code will be first loaded into my main memory I told you what is the first thing that happens
?then it will come to this line it will come to fun1 ( ) , it will execute fun1 ( )
...
me where do I give the milk to the milkman because the pointer will store the address of the
malloced memory so the milkman will get the milk from the pointer and the pointer will stay there
until you return the function or until you delete it
...
If anyone asks you this question, that why heap is
used, it can also be done from stack
...
I
just come back with the value you just wait here
...
this video we will focus on linked list & binary search tree so if you want to know more about
these then you should go ahead and watch the video and learn more about these things
...
If you don't
know C properly, then I have made a 15-hour long video of C with notes