This post contains the following c++ algorithms programs:
ALGO-11: A C++ Program to implement the Prim's Algorithm to solve Minimum Spanning Tree Problem (MST).
ALGO-12: A C++ Program to implement the Prim's Algorithm to solve Minimum Spanning Tree Problem (MST) using Graphics.
ALGO-13: A C++ Program to implement the Prim's Algorithm to solve Minimum Spanning Tree Problem (MST) using Graphics and with Mouse support.
ALGO-14: A C++ Program to implement the Kurskal's Algorithm to solve Minimum Cost Spanning Tree Problem (MST).
ALGO-15: A C++ Program to implement the Kurskal's Algorithm to solve Minimum Cost Spanning Tree Problem (MST) using Graphics.
ALGO-16: A C++ Program to implement the Kurskal's Algorithm to solve Minimum Cost Spanning Tree Problem (MST) using Graphics with Mouse Support.