Sleator-Tarjan dynamic trees

GPTKB entity

Statements (25)
Predicate Object
gptkbp:instanceOf gptkb:architecture
gptkbp:alsoKnownAs link/cut trees
gptkbp:basedOn splay trees
gptkbp:category tree data structures
graph algorithms
gptkbp:complexity O(log n) per operation (amortized)
gptkbp:doi 10.1016/0022-0000(83)90006-5
https://www.w3.org/2000/01/rdf-schema#label Sleator-Tarjan dynamic trees
gptkbp:introducedIn 1983
gptkbp:inventedBy gptkb:Robert_Tarjan
gptkb:Daniel_Sleator
gptkbp:operator cut
link
find-root
path queries
path updates
gptkbp:publishedIn gptkb:Journal_of_Computer_and_System_Sciences
A Data Structure for Dynamic Trees
gptkbp:relatedTo dynamic connectivity
Euler tour tree
gptkbp:usedFor network flow algorithms
dynamic graph algorithms
dynamic connectivity in forests
gptkbp:bfsParent gptkb:Dinitz_algorithm
gptkbp:bfsLayer 7