AdvancedVocabulary#computer-science-fundamentals#developer-tools#backend

Union-Find Vocabulary

Learn the vocabulary of a structure that quickly answers connectivity and merge queries between groups.

0 / 5 completed
1 / 5
At standup, a dev mentions a data structure that quickly tells whether two elements belong to the same connected group and can merge two groups together, without ever needing to walk every element in either group to answer either question. What is this structure called?