Wednesday, October 23, 2024

 Implement Job sequencing with deadlines using Greedy strategy.

Download 

Write a program to solve 0/1 Knapsack problem Using Dynamic Programming.

Download 

Wednesday, October 16, 2024

 Single Source Shortest Path Problem ( Dijkstra's Algorithm)

DownLoad

 Traversals of a Given Graph ( Both Traversals in a single Program)

DownLoad

Implementation of

Quick Sort DownLoad   and  Merge Sort DownLoad