TheAlgorithms / JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

Home Page:https://the-algorithms.com/language/javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE]: DISJOINT SET

Gauravbio opened this issue · comments

Motivation

Disjoint set Data structure is commonly used in advanced graph problems.

Examples

No response

Possible workarounds

We can implement the disjoint set in two ways by union by size and union by rank

Additional information

No response