Cs3311-Set 1
Cs3311-Set 1
Page 1 of 3
8 Write a C program to implement the binary heap using priority queues.
9 Find the shortest paths from the source to all vertices using Dijkstra’s
algorithm.
16 Write a C program to sort the given unsorted array of elements using insertion
sort
{13,32,26,9,35,18}
18 Write a C program to find Maximum and minimum of element in max heap tree.