algorithm concepts 4

We have 3 questions to be answered from Algorithm Concepts.

1. Rod Cutting Problem

2. You need to implement a graph data structure using an adjacency list representation and adjacency matrix.

3. Prim’s Algorithm (Minimum Spanning Tree in Graph)