Data Structures CST 201 KTU Third Semester Syllabus Notes and Solved Questions- Dr Binu V P 984739060
Dr BinuV P -About Me About The Course Syllabus Data Structures Lab CSL 201 ( Do the Programs to Understand the Concept Well) Model Question Paper CST 201 Data Structures University Question Papers CST 201 Data Structures Module-1 Basic Concepts of Data Structures 1.1 System Life Cycle 1.2 Algorithms , Performance Analysis 1.3 Space Complexity, Time Complexity 1.4 Asymptotic Analysis and Notations 1.5 Complexity Calculation of Simple Algorithms Module-2 Arrays and Searching 2.1 Polynomial representation using Arrays 2.2 Sparse matrix 2.3 Stacks 2.4 Queues 2.5 Circular Queues 2.6 Priority Queues 2.7 Double Ended Queues 2.8 Infix to Postfix Conversion 2.9 Evaluation of Postfix Expression 2.10 Linear Search 2.11 Binary Search Module-3 Linked List and Memory Management 3.1 Linked List -Self Referential Structures 3.2 Dynamic Memory Allocation 3.3 Singly Linked List-Operations on Linked List 3.4 Doubly Linked List 3.5 Circular Linked List 3.6 Stack using Linked List 3.7 Queue