NOTE: Before going deep into data structure, you should have a good knowledge of programming either in C or in C++ or Java or Python etc
A data structure is a particular way of organizing data in a computer so that it can be used effectively. For example, we can store a list of items having the same data-type using the array data structure.
Notes
Data Structure Unit I
Data Structure Unit - II
Data Structure Unit III
Data Structure Unit - IV
Data Structure Unit - V