



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An online study material for the 3rd semester of B.Sc Computer Science & BCA at Majlis Arts and Science College, Puramannur. It contains questions and answers based on the first module of the course, covering topics such as binary search algorithm, data structure, space time tradeoff of algorithm, Big-O notation, and different operations that can be performed on different data structures. The document also includes applications of data structure and their importance.
Typology: Exercises
1 / 5
This page cannot be seen from the preview
Don't miss anything!




DATA STRUCTURES USING C ( 3 rd^ Semester Online Study Material) B.Sc Computer Science & BCA (Questions and answers based on First Module)
nlog n Log Linear n^2 Quadratic n^3 Cubic 2 n^ Exponential Eg: Linear search : O(n) Binary search : O(log n) Bubble sort : O(n^2 ) Merge sort : O(n log n)
Non- primitive data types are again divided into 2