Daa Lab Page
Daa Lab Page
Roll No:____
Name:__________________
Sem:_______
Section______
Continuous Assessment Practical
Exp NAME OF EXPERIMENT Date Sign Remark
No
1 Implement linear searching on a set of elements.
2 From a given vertex in a weighted connected graph, find shortest paths to other vertices
using Dijkstra’s algorithm.
3 Implement 0/1 Knapsack problem using Dynamic Programming
6 Find Minimum Cost Spanning Tree of a given undirected graph using Kruskal’s
algorithm.
7 Implement All-Pairs Shortest Paths Problem using Floyd's algorithm.