November 25, 2024

Data Structure

  1. What is Data Structure? Why do we need data structure?
  2. Explain the performance analysis of an algorithm (Time complexity and space complexity) and write the asymptotic notation of algorithms?
  3. How the data structure are classified? Difference between linear search and non-linear search?
  4. Define ADT ? What are the benefits of ADT ? mention the features of ADT?
  5. To write an efficient program we should know data structure.Explain the above statement?
  6. write a program to implement sequential search algorithm?
  7. define Big O notation for time complexity measurement of algorithms?

One thought on “Data Structure

Leave a Reply

Your email address will not be published. Required fields are marked *