Recent Posts

Showing posts with label Journal DAA. Show all posts
Showing posts with label Journal DAA. Show all posts

DAA-Prims algorithm with program(BCA-IV sem)KSWU

   Experiment No: 9 Aim: Program to compute minimum spanning tree using Prim’s Algorithm.   ALGORITHM : Algorithm: Prim(E,cost,n,t) //E is t...

DAA & DS -QUEUE Lab Program(KSWU)

 QUEUE Lab Program(KSWU) SOURCE CODE :  # include <stdio.h> # include <time.h> # define   max 50 void insert (); void ...