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.

My Basket

You have nothing in your shopping cart yet.

Title: DSA Intro
Description: One who is starting to learn C & C++ this is the best Intro part Of DSA which can understand very quickly

Document Preview

Extracts from the notes are below, to see the PDF you'll receive please use the links above


DSA Part 1 Notes
Data is to be represented in memory or you can see the memory
representation of an array
...
be
...
you will see how the
state must be stored first of all this decimal number 5 has to
...
faerie
explains what is need of faerie and how to deal with it
...
declaration of arrays language specific I am considering
the syntax in c language in python maybe it’s different in pascal in you
can say that foreign language the declaration syntax would be a little bit
different, so it is language specific fine now this is what the array
declaration is
...
The index starts from zero but can also start from one
...

At runtime, you can initialize the array using loops, maybe for loop
while you do loop and some predefined function standard functions that
is scanner
...
In next
video, we are going to discuss how the data is to be inserted how the
arrays are to be traversed different types of operations on 1d array first
with their time taken
...



Title: DSA Intro
Description: One who is starting to learn C & C++ this is the best Intro part Of DSA which can understand very quickly