install openGL libraries if you are using linux based os use "g++ filename.cpp -o gl -lGL -lGLU - lglut" to compile and ./a.out for running program The algorithm may informally be described as ...
Abstract: This research paper offers a comprehensive study of minimum spanning tree (MST) algorithms, mainly focusing on Prims and Kruskals approaches. MST problems holds a fundamental role in ...