ACM Home Page
Please provide us with feedback. Feedback
Efficient implementation of graph algorithms using contraction
Full text PdfPdf (3.12 MB)
Source Journal of the ACM (JACM) archive
Volume 36 ,  Issue 3  (July 1989) table of contents
Pages: 540 - 572  
Year of Publication: 1989
ISSN:0004-5411
Authors
Harold N. Gabow  Univ. of Colorado at Boulder, Boulder
Zvi Galil  Columbia Univ., New York, NY; and Tel Aviv Univ., Tel Aviv, Israel
Thomas H. Spencer  Rensselaer Polytechnic Institute, Troy, NY
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 9,   Downloads (12 Months): 81,   Citation Count: 9
Additional Information:

abstract   references   cited by   index terms   review   collaborative colleagues   peer to peer  

Tools and Actions: Review this Article  
Save this Article to a Binder    Display Formats: BibTex  EndNote ACM Ref   
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/65950.65954
What is a DOI?

ABSTRACT

The (component) merging problem is a new graph problem. Versions of this problem appear as bottlenecks in various graph algorithms. A new data structure solves this problem efficiently, and two special cases of the problem have even more efficient solutions based on other data structures. The performance of the data structures is sped up by introducing a new algorithmic tool called packets. The algorithms that use these solutions to the component merging problem also exploit new properties of two existing data structures. Specifically, &Bgr;-trees can be used simultaneously as a priority queue and a concatenable queue. Similarly, F-heaps support some kinds of split operations with no loss of efficiency. An immediate application of the solution to the simplest version of the merging problem is an &Ogr;(t(m, n)) algorithm for finding minimum spanning trees in undirected graphs without using F-heaps, where t(m, n) = mlog2log2logdn, the graph has n vertices and m edges, and d = max(m/n, 2). Packets also improve the F-heap minimum spanning tree algorithm, giving the fastest algorithm currently known for this problem. The efficient solutions to the merging problem and the new observation about F-heaps lead to an &Ogr;(n(t(m, n) + nlogn)) algorithm for finding a maximum weighted matching in general graphs. This settles an open problem posed by Tarjan [ 15, p. 123], where the weaker bound of O(nm log (n2/m)) was conjectured.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
 
2
BLUM, M., FLOYD, R., PRATT, V., RIVEST, R., AND TARJAN, R.E. Time bounds for selection. J. Comput. Syst. Sci. 7 (1973), 448-461.
 
3
CHERITON, D., AND TARJAN, R.E. Finding minimum spanning trees. SIAM J. Comput. 5 (1976), 724-741.
 
4
EDMONDS, J. Maximum matching and a polyhedron with 0, 1 vertices. J. Res. NBS 69B (April- June 1965), 125-130.
5
 
6
 
7
GABOW, H. N. A scaling algorithm for weighted matching on graphs. In Proceedings of the 26th Annual IEEE Symposium on Foundations of Computer Science. IEEE, New .York, 1985, pp. 90-100.
 
8
GABOW, H. N., AND TARJAN, R.E. A linear-time algorithm for a special case of disjoint set union. J. Comput. Syst. Sci. 30 (1985), 209-221.
 
9
GABOW, H. N., GALIL, Z., AND SPENCER, T. H. Efficient implementation of graph algorithms using contraction. In Proceedings of the 25th Annual IEEE Symposium on Foundations of Computer Science. IEEE, New York, 1984, pp. 347-357.
 
10
 
11
12
 
13
 
14
LAWLER, E.L. Combinatorial Optimization: Networks and Matroids. Holt, Rinehart and Winston, New York, 1976.
 
15
16
 
17
YAO, A.C. An O(IEI loglog I VI) algorithm for finding minimum spanning trees. Inf. Proc. Lett. 4 (1975), 21-23.

CITED BY  9
 
 
 
 
 


REVIEW

"S. Srinivasan : Reviewer"

The authors study an efficient implementation of graph algorithms. Their main contribution is in the area of merging components. The authors introduce the notion of packets, which means a certain number of edges are grouped into a packet. The   more...

Collaborative Colleagues:
Harold N. Gabow: colleagues
Zvi Galil: colleagues
Thomas H. Spencer: colleagues

Peer to Peer - Readers of this Article have also read: