Returns the canonical element of the set containing element p
(&self, p: usize)
| 92 | |
| 93 | /// Returns the canonical element of the set containing element p |
| 94 | pub fn find(&self, p: usize) -> usize { |
| 95 | self.id[p] |
| 96 | } |
| 97 | |
| 98 | /// Merges the set containing element p with the |
| 99 | /// the set containing element q |