Data Structures Lab PCCSL307 KTU 2024 Scheme - Dr Binu V P
About Me Dr Binu V P Scheme and Assessments Experiment List and References Learn the theory well before you try the programs Data Structures and Algorithms PCCST303 Lab Assignments Format of the Lab Record Lab Cycle ( Mandatory Programs) 1.Polynomial Addition Using Arrays 2.Sparse Matrix- Transpose and Addition 3.Stack Implement stack using array Infix to Postfix Conversion and Evaluation 4.Queue Queue using array Circular Queue using array Double ended Queue using array 5.Singly Linked List Singly Linked list and operations Stack using linked list Queue using linked list Polynomial addition using linked list Polynomial multiplication using linked list Priority Queue-Post office customers simulation Circular Queue using Linked List Count the occurrence of a word ...