Experiment No: 9 Aim: Program to compute minimum spanning tree using Prim’s Algorithm. ALGORITHM : Algorithm: Prim(E,cost,n,t) //E is t...
Showing posts with label Journal DAA. Show all posts
Showing posts with label Journal DAA. Show all posts
DAA & DS -QUEUE Lab Program(KSWU)
QUEUE Lab Program(KSWU) SOURCE CODE : # include <stdio.h> # include <time.h> # define max 50 void insert (); void ...