Loading…
On the Succinct Representation of Equivalence Classes
Given a partition of an n element set into equivalence classes, we study the problem of assigning unique labels to these elements in order to support the query that asks whether the elements corresponding to two given labels belong to the same equivalence class. This has various applications includi...
Saved in:
Published in: | Algorithmica 2017-07, Vol.78 (3), p.1020-1040 |
---|---|
Main Authors: | , , , , |
Format: | Article |
Language: | English |
Subjects: | |
Citations: | Items that this one cites Items that cite this one |
Online Access: | Get full text |
Tags: |
Add Tag
No Tags, Be the first to tag this record!
|
Summary: | Given a partition of an
n
element set into equivalence classes, we study the problem of assigning unique labels to these elements in order to support the query that asks whether the elements corresponding to two given labels belong to the same equivalence class. This has various applications including for testing whether two vertices are in the same connected component in an undirected graph or in the same strongly connected component in a directed graph. We consider the problem in several models.
Concerning labeling schemes where we assign labels to elements and the query is to be answered just by examining the labels of the queried elements (without any extra space): if each vertex is required to have a unique label, then we show that a label space of
∑
i
=
1
n
⌊
n
i
⌋
is necessary and sufficient. In other words,
lg
n
+
lg
lg
n
+
O
(
1
)
bits of space are necessary and sufficient for representing each of the labels. This slightly strengthens the known lower bound and is in contrast to the known necessary and sufficient bound of
⌈
lg
n
⌉
for the label length, if each vertex need not get a unique label.
Concerning succinct data structures for the problem when the
n
elements are to be uniquely assigned labels from label set
{
1
,
…
,
n
}
, we first show that
Θ
(
n
)
bits are necessary and sufficient to represent the equivalence class information. This space includes the space for implicitly encoding the vertex labels. We can support the query in such a structure in
O
(1) time in the standard word RAM model. We also develop a dynamic structure that uses
O
(
n
lg
n
)
bits to support equivalence queries and unions in
O
(
lg
n
/
lg
lg
n
)
worst case time or
O
(
α
(
n
)
)
expected amortized time where
α
(
n
)
is the inverse Ackermann function.
Concerning succinct data structures for the problem when the
n
elements are to be uniquely assigned labels from label set
{
1
,
…
,
c
n
}
for any constant
c
>
1
, we show that
Θ
(
lg
n
)
bits are necessary and sufficient to represent the equivalence class information. Moreover, we can support the query in such a structure in
O
(1) time in the standard word RAM model.
We believe that our work can trigger further work on tradeoffs between label space and auxiliary data structure space for other labeling problems. |
---|---|
ISSN: | 0178-4617 1432-0541 |
DOI: | 10.1007/s00453-016-0192-1 |