Implementation of the dynamic graph data structure described by Holm, de Lichtenberg and Thorup in 2001 (HDT algorithm).
Project description
HDT poly-logarithmic fully-dynamic connectivity algorithm
Implementation of the dynamic graph data structure described by Holm, de Lichtenberg and Thorup in 2001 (HDT algorithm).
The graph is represented as an ensemble of spanning forests where each spanning tree is stored as a balanced binary Euler tour tree. This enables connectivity queries in O(log n) as well as insertions and deletions in poly-logarithmic time.
References:
- Jacob Holm, Kristian de Lichtenberg, and Mikkel Thorup. Poly-logarithmic deterministic fully-dynamic algorithms for connectivity, minimum spanning tree, 2-edge, and biconnectivity. J. ACM, 48(4):723–760, July 2001.
- Monika Rauch Henzinger, Valerie King. Randomized fully dynamic graph algorithms with polylogarithmic time per operation. J. ACM 46(4) July 1999. 502–536.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hdtgraph-0.0.1.tar.gz
(14.2 kB
view details)
Built Distribution
hdtgraph-0.0.1-py3-none-any.whl
(17.1 kB
view details)
File details
Details for the file hdtgraph-0.0.1.tar.gz
.
File metadata
- Download URL: hdtgraph-0.0.1.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23ec31fe51436907bbed720ea17455fc327509e898d84d7f267e8400e0712780 |
|
MD5 | bc2c6f5212f1dd663b491ac0154362a4 |
|
BLAKE2b-256 | 616b8453299329d9e45296683d8d086a9a15cb8749d7a7a379d1516b0ed4210b |
File details
Details for the file hdtgraph-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: hdtgraph-0.0.1-py3-none-any.whl
- Upload date:
- Size: 17.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9593afc052ab6125061cbd3cc5c6508247dbe774b155a36784c00e8aef40abed |
|
MD5 | ec943a7c161698e6af2c5c389d5e6215 |
|
BLAKE2b-256 | 614190d3976d49c44b3daf48902a44f9455e76c414f63d0bf2b550d13af69c06 |