Struct competitive_library::structure::disjoint_set_union_undo::DisjointSetUnionRollback[][src]

pub struct DisjointSetUnionRollback { /* fields omitted */ }
Expand description

UnionFind 経路圧縮を行わないことで undo を可能にする

Implementations

要素数 n の dsu を構築する

根を取得 経路圧縮を行わない

対象の木をマージ 経路圧縮を行わないため変更されるノード数は高々2 変更箇所をスタックで保存

同じ木に存在するか

所属する木のサイズ

所属する木のランク

unite 操作の undo

現時点の状態を保存 復元には rollback_snapshot

現時点での保存されている操作回数を返す

rollback_snapshot で保存された状態へ復元

復元 任意のタイミングで get_history_length を実行し取得した 値を使用する

同じ木に含まれるノードを返す

全ノードを返却

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.