{"library":"disjoint-set","type":"library","category":null,"description":"A Python implementation of the disjoint set (union-find) data structure, featuring path compression and union by rank/size. Current version 0.9.0, requires Python >=3.10. The library is stable with occasional updates.","language":"python","status":"active","version":"0.9.0","tags":["disjoint-set","union-find","data-structures"],"last_verified":"Mon Apr 27","install":[{"cmd":"pip install disjoint-set","imports":["from disjoint_set import DisjointSet"]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/disjoint-set/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}