Ad&sa Lab - Evaluation
Ad&sa Lab - Evaluation
Interpretation
TOTAL Signature
Engineer &
Knowledge
Page No.
Analysis
S.No Experiment Name
Record
Society
of the
Design
Ethics
From
Data
Faculty
Team
work
3M 3M 3M 4M 3M 3M 3M 3M 5M 30 M
1 Construct an AVL tree for a given set of elements
which are stored in a file. And
implement insert and delete operation on the
constructed tree. Write contents of tree
into a new file using in-order.
2 Construct B-Tree an order of 5 with a set of 100
random elements stored in array.
Implement searching, insertion and deletion
operations.
Construct Min and Max Heap using arrays, delete any
3
element and display the content
of the Heap.
Implement BFT and DFT for given graph, when graph
4
is represented by
a) Adjacency Matrix b) Adjacency Lists
Write a program for finding the bi-connected
5
components in a given graph.
6 Implement Quick sort and Merge sort and observe the
execution time for various
input sizes (Average, Worst and Best cases).
Compare the performance of Single Source Shortest
7
Paths using Greedy method when
the graph is represented by adjacency matrix and
adjacency lists.
8 Implement Job sequencing with deadlines using
Greedy strategy.
Write a program to solve 0/1 Knapsack problem Using
9
Dynamic Programming.
Implement N-Queens Problem Using Backtracking.
10
Use Backtracking strategy to solve 0/1 Knapsack
11
problem.
Implement Travelling Sales Person problem using
12
Branch and Bound approach.
Write a program in Hamiltonian cycles using branch
13 and bound .(BEYOND SYLLABUS)
Faculty in-charge