DO YOU WANT TO EXECUTE IN ONLINE COMPILER PLEASE FOLLOW FIG
In above fig shows
1->Enter input (this input is available in above code)
2-> Click to execute
👇PLEASE GIVE FEEDBACK 👇
2).To find Optimal solution for a Knap Sack Problem using Greedy Method
3).To find Adjacency matrix for a given graph
4). To implement Depth First Search
5). To implement Breadth First Search
6) .To find minimum cost of spanning tree using Prims Algorithm
7). To write a program to implement Dijkstras algorithm
8). To write a program to perform All pairs shortest path problem
9).To perform Matrix Chain Multiplication
10). To write a program to solve Eight Queens problem using Back Tracking Technique