vix.ing · top · new · best · stats · spec

A combinatorial algorithm to generate all spanning trees of a weighted\n graph in order of increasing cost

2012/09/19 by Barun Kumar Biswas, Krishnendu Basuli, Biswas, Barun +9
Computer Science · Engineering · #Complexity and Algorithms in Graphs #Data Management and Algorithms #Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences #Graph Theory and Algorithms #Low-power high-performance VLSI design #VLSI and FPGA Design Techniques

paper · pdf · doi:10.48550/arxiv.1209.4206

openalex publication_date 2012/09/19 · openalex created_date 2022/10/07 · openalex updated_date 2026/07/28

Abstract

The most popular algorithms for generation of minimal spanning tree are\nKruskal and Prim algorithm. Many algorithms have been proposed for generation\nof all spanning tree. This paper deals with generation of all possible spanning\ntrees in increasing cost of a weighted graph. This approach uses one matrix\ncalled Difference Weighted Circuit Matrix; it is little bit modification of\nFCM.\n

Related