ds_lab

Data Structures Lab(2019 Scheme)

DS LAB

Contains solutions for all DS Lab Programs. This repository contains all you need for DS Lab of KTU Semester 3. The program description are given below and you can open the corresponding program from the repository.


CYCLE 1


CYCLE 2


CYCLE 3


CYCLE 4


CYCLE 5


CYCLE 6

Implement the following using doubly linked list:

Represent polynomials using linked list


CYCLE 7

Build a Binary Search Tree and Implement all the operations and Traversals


CYCLE 8


CYCLE 9

Answer the queries like degree of a vertex. List of vertices adjacent to a vertex. Etc..


EXTERNAL EXAM