BVOC 2nd Semester
Data Structure Using C
UNIT-1
- What is data structure? Explain various types of data structures with example?
- What is an algorithm? Explain space and time complexities of an algorithm?
- What is array? Explain different types of array with example? Also explain advantages and disadvantages of array?
- Define asymptotic notations with the help of example?
- Define ADT (Abstract Data Type) with its features?
- Differentiate between linear and non-linear data structure with example?
- Write an algorithm and function to insert an element in to the linear array?
- Write an algorithm and function to delete and element from the linear array?
- What is dynamic memory allocation in data structure? Also explain different dynamic memory allocation techniques with example?
- Write short notes on the followings-
- Sparse matrix and its types
- Vector representation
0 Comments