MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / insert

Method insert

src/data_structures/union_find.rs:33–39  ·  view source on GitHub ↗

Inserts a new item (disjoint set) into the data structure.

(&mut self, item: T)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

from_iterMethod · 0.45
test_with_capacityFunction · 0.45

Calls 2

pushMethod · 0.80
lenMethod · 0.45

Tested by 1

test_with_capacityFunction · 0.36