You are on page 1of 1

School of Computer Science and Engineering

Winter Semester-2020-21
Course Code : CSE 2011
Course: Data Structures and Algorithms Lab
Class Number: VL2020210507437 / VL2020210507436
Slot: L37+L38 / L23+L24

Experiment-6
Instructions:
Step1: Aim, Sample input, Output and results must be hand written and then
scanned.
Step2: Coding and Output screenshot must be included.
Step3: Prepare a document as instructed(conatins both step 1 and 2) and upload
(Final Version) in VTOP student's log in on-time.

1. Implement the Heap Sort to organize the following input using heap sort technique.
6, 5, 3, 1, 8, 7, 2, 4

2. Implement the priority queue using heap(Max heap) , assume own inputs.

3. For the given weighted graph G=(V,E) Implement the coding for finding the shortest
path from the source node A to node F in the graph G using Dijkstra’s Algorithm.

You might also like