You are on page 1of 3

Design and Analysis of Algroithm Lab

(KCS-553)

B.Tech ( Session 2021-22)


Odd Semester

Student Name:-
Roll no.:-
Branch & Section:-
Faculty Incharge:-

Department of Computer Science and Engineering KRISHNA


ENGINEERING COLLEGE
95, Loni Road, Mohan Nagar, Ghaziabad (Uttar Pradesh), Pin-
201007
Course Outcomes of Design and Analysis of Algroithm Lab
(KCS-553)

1. Implement algorithm to solve problems by iterative approach.

2. Implement algorithm to solve problems by divide and conquer approach.

3. Implement algorithm to solve problems by Greedy algorithm approach.

4. Implement algorithm to solve problems by Dynamic programming,


backtracking, branch and bound approach.

5. Implement algorithm to solve problems by branch and bound approach.

KRISHNA ENGINEERING COLLEGE


Department of Computer Science & Engineering List of
Practical’s
Design and Analysis of Algroithm Lab
(KCS-553)
S. No. Name of Practical Date Grade Signature
1 Program for Heap Sort

2 Program for Merge Sort

3 Program for Selection Sort

4 Program for Insertion Sort

5 Program for Quick Sort

6 Knapsack Problem using Greedy Solution

7 Perform Travelling Salesman Problem

8 Find Minimum Spanning Tree using Kruskal's


Algorithm

9 Implement N Queen Problem using


Backtracking

10 Find Minimum Cost Spanning Tree of a given


connected undirected graph using Kruskal's
algorithm. Use Union-Find algorithms in your
program.

You might also like