Recognizing Union-Find trees built up using union-by-rank strategy is NP-complete

April 24, 2017 Β· Declared Dead Β· πŸ› Workshop on Descriptional Complexity of Formal Systems

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Kitti Gelle, Szabolcs Ivan arXiv ID 1704.07254 Category cs.DS: Data Structures & Algorithms Citations 1 Venue Workshop on Descriptional Complexity of Formal Systems Last Checked 4 months ago
Abstract
Disjoint-Set forests, consisting of Union-Find trees, are data structures having a widespread practical application due to their efficiency. Despite them being well-known, no exact structural characterization of these trees is known (such a characterization exists for Union trees which are constructed without using path compression) for the case assuming union-by-rank strategy for merging. In this paper we provide such a characterization by means of a simple push operation and show that the decision problem whether a given tree (along with the rank info of its nodes) is a Union-Find tree is NP-complete, complementing our earlier similar result for the union-by-size strategy.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted