Finds the representative (root) of the set containing `element` with path compression. Path compression ensures that future queries are faster by directly linking all nodes in the path to the root. # Parameters - `element`: The element whose set representative is being found. # Returns The root representative of the set containing `element`.
(&mut self, element: usize)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected