You are on page 1of 2

JSPM's Bhivarabai Sawant Institute of Technology and Research, Wagholi, Pune.

Department of Computer Engineering


SE-B Data Structure and Algorithm Lab Continuous Assessment sheet Academic Year: 2021-22 Sem-II
Name of Student: Roll No. Batch:
(A) (B) of
Quality (C ) Actual
Timely Journal & Level of Marks Signatur
Submissi content of Understan Obtained for e of Signatu
Sr.No. Name of student
Date of Date of on Submission ding each expt. Student re of
Condu Completi (Marks (Marks 10 or (Marks 10 ( Marks out with staff
ct on 05 or 10) 20) or 20) of 25 /50) Date date
Consider telephone book database of N clients. Make use of a hash table
1
implementation to quickly look up client‘s telephone number.
2 Implement all the functions of a dictionary (ADT) using hashing.
A book consists of chapters, chapters consist of sections and sections consist of
3 subsections. Construct a tree and print the nodes. Find the time and space
requirements of your method.
4
Construct an expression tree from the given prefix expression eg. +--a*bc/def
Beginning with an empty binary search tree, Construct binary search tree by
5 inserting the values in the order given.
Represent a given graph using adjacency matrix/list to perform DFS and using
6
adjacency list to perform BFS.
Use adjacency list representation of the flight graph or use adjacency matrix
7 representation of the graph. Check whether the graph is connected or not. Justify
the storage representation used.
Given sequence k = k1 <k2 < … < kn of n sorted keys, with a search probability pi
8
for each key ki.
Provide facility to display whole Dictionary data sorted in ascending/ Descending
9
order.
Consider a scenario for Hospital to cater services to different kinds of patients as
Serious (top priority), b) non-serious (medium priority), c) General Checkup
10 (Least priority). Implement the priority queue to cater services to the patients.

11 Department maintains a student information. The file contains roll number, name,
division and address. Allow user to add, delete information of student.
Company maintains employee information as employee ID, name, designation and
12 salary. Allow user to add, delete information of employee. Display information of
particular employee.

You might also like