Practical List DSA
Practical List DSA
PROGRAMME: BCA
COURSE – BCA - SEM II
LAB MANUAL/WORKBOOK
……………………………………………………………………
MIT College of Management (MITCOM), Loni
Name - ………………………………………………………………
Course - ……………….. Year …………...... Sem ……….……..
PRN No -…………………….. Academic Year ……..………..
1
PRACTICAL LIST - Data Structure using algorithms
2.Implement a list for a doubly linked list with the, insert and
Display operations. Write a menu driven driver python
program to call all the operations.
Assignment 8: Stack
Linear Queue
1.Static and Dynamic implementation of linear Queue
to perform following operations: Init, enqueue,
dequeue Peek, IsEmpty, IsFull.
4
2)Write a python program that accepts the vertices and
edges for a graph and stores it as an adjacency matrix.
Implement functions to print in degree, out degree, and
to display the adjacency matrix and also perform BFS
and DFS traversal
5
1.
6
7
8
9
10
11
12