Data Structures and Algorithms PCCST303 KTU 2024 Scheme- Dr Binu V P
About Me Syllabus and evaluation scheme 1.Basic Concepts of Data Structures Data structures and data abstraction Time and Space Complexity Asymptotic Analysis and Asymptotic Notations Best case, Worst case and Average Case Analysis of Algorithms Frequency Count Method of Algorithm Analysis Polynomial Representation using arrays Polynomial Addition using arrays Sparse Addition and Transpose Stacks Multi Stacks Queue using array Circular Queue using array Double ended Queue using array Infix to postfix and postfix evaluation Infix to prefix and prefix evaluation 2.Linked List and Memory Management Self Referential Data Structures Dynamic Memory Allocation in C Singly Linked...