Data Structures Lab PCCSL 307 KTU BTech 2024 Scheme - Experiments and Reference
Expt. No. Experiments 1 Find the sum of two sparse polynomials using arrays 2 Find the transpose of a sparse matrix and sum of two sparse matrices. 3 Convert infix expression to postfix(or prefix)and then evaluate using stack, 4 Implement Queue,DEQUEUE,and Circular Queue using arrays. 5 Implement backward and forward navigation of visited web pages in a web browser(i.e.back and forward buttons)using doublyl inked list operations. 6 Implement addition and multiplication of polynomials using singly linked lists. 7 Create a binary tree for a given simple arithmetic expression and find the prefix /postfix equivalent. 8 Implement a dictionary of word-meaning pairs using binary search trees. 9 Find the shortest distance of every cell from a land mine inside a maze. ...