Course image MCA-0802:DATA STRUCTURE and ALGORITHMS
MCA - CS

This Paper consists of Four Units. This is in the new Syllabus for the 2 Year MCA of 2021 batch onwards. The paper deals with basics of algorithms, their efficiency measures and implementation. 

Unit 1: Basics of Data Structure and Terminologies and Measures. Linear and Non Linear Data models with Linked list as a focus

Unit 2:  Focuses on Stacks, Queues and their application- Their implementation using linear and non linear models. Trees and Graphs as a non linear data model and their implementation. 

Unit 3: Different algorithms  and their implementation are studies against the data models learnt above

Unit 4:  Different programming approach and their evaluation are done.