
In this article, we have explored the Reverse Delete Algorithm for finding Minimum Spanning Tree (MST).
Prerequisite: What is Minimum Spanning Tree?
Table of content:
Introduction to Spanning TreeReverse Delete AlgorithmStep by Step ExampleTime and Space ComplexityImplementation of Reverse Delete AlgorithmApplication of Reverse Delete AlgorithmIntroduction to Spanning Tree
Let's get started with Spanning Tree.
A spanning tree of a graph, is a sub-graph with same number of vertices but wi...
Published on July 08, 2021 01:58