In the Greedy approach MST (Minimum Spanning Trees) is used to find the cost or the minimum path.
Author
Bhumika
-
-
Asymptotic notation depicts algorithm efficiency and performance in a meaningful way.
-
Any algorithm that follows the problem-solving meta heuristic of discovering the global optimum is known as a greedy algorithm.
-
OOP is a programming paradigm that makes use of classes and objects.