Design and Analysis of Algorithm (Prorgam List)

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

DESIGN AND ANALYSIS OF ALGORITHM

(DAA)CS-552
(1)WAP in C to implement Quick Sort.
(2)WAP in C to implement Merge Sort.
(3)WAP in C to implement Heap Sort.
(4)WAP in C to implement Knapsack Problem.
(5)WAP in C to implement Directed Graph.
(6)WAP in C to implement Shortest path by Dijkstra
Algorithm.
(7)WAP in C to implement 8-Queen problem.
(8)WAP in C to implement Binary Search Tree.
(9)WAP in C to implement minimal spanning Tree by
(a) Kruskal’s Algorithm
(b) Prim’s Algorithm
(10)WAP in C to implementPattern Matching.
(11)WAP in C to Rotate a Red Black Tree and insert a
element in RED Black Tree.

You might also like