{"id":32253323,"url":"https://github.com/union-find/contiguous","last_synced_at":"2026-02-21T08:01:13.099Z","repository":{"id":53590882,"uuid":"43713545","full_name":"union-find/contiguous","owner":"union-find","description":":rice: Contiguously-allocated disjoint-set data structures for JavaScript","archived":false,"fork":false,"pushed_at":"2025-08-19T18:07:26.000Z","size":2680,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-31T07:40:43.277Z","etag":null,"topics":["agpl","amortized","computer-science","data-structures","disjoint-sets","javascript"],"latest_commit_sha":null,"homepage":"https://union-find.github.io/contiguous","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/union-find.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-10-05T21:00:06.000Z","updated_at":"2025-08-15T00:44:39.000Z","dependencies_parsed_at":"2023-02-10T01:16:45.460Z","dependency_job_id":"faaa05d2-3aff-4b0b-ac53-934e57cd6fc9","html_url":"https://github.com/union-find/contiguous","commit_stats":{"total_commits":404,"total_committers":8,"mean_commits":50.5,"dds":0.5693069306930694,"last_synced_commit":"7673d89736c3fe514ddb6eea1d90ac1ed357635d"},"previous_names":["aureooms/js-fixed-disjoint-set"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/union-find/contiguous","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/union-find%2Fcontiguous","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/union-find%2Fcontiguous/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/union-find%2Fcontiguous/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/union-find%2Fcontiguous/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/union-find","download_url":"https://codeload.github.com/union-find/contiguous/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/union-find%2Fcontiguous/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29676974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agpl","amortized","computer-science","data-structures","disjoint-sets","javascript"],"created_at":"2025-10-22T18:29:11.308Z","updated_at":"2026-02-21T08:01:13.068Z","avatar_url":"https://github.com/union-find.png","language":"JavaScript","readme":":rice: [@union-find/contiguous](https://union-find.github.io/contiguous)\n==\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://commons.wikimedia.org/wiki/File:Disjoint_sets.svg\"\u003e\n\u003cimg alt=\"A collection of disjoint sets\" src=\"https://upload.wikimedia.org/wikipedia/commons/a/a9/Disjoint_sets.svg\" width=\"300\"\u003e\n\u003c/a\u003e\u003cbr/\u003e\n\u003ca href=\"https://commons.wikimedia.org/w/index.php?title=User:Svjo\"\u003e\nUser:Svjo\n\u003c/a\u003e\n/\n\u003ca href=\"https://creativecommons.org/licenses/by-sa/3.0\"\u003eCC BY-SA 3.0\u003c/a\u003e\n\u003c/p\u003e\n\nContiguously-allocated disjoint-set data structures for JavaScript.\nSee [docs](https://union-find.github.io/contiguous).\nParent is\n[js-data-structures](https://github.com/make-github-pseudonymous-again/js-data-structures).\n\n```js\nU.find( a ) === U.find( b ) ; // false\nU.union( A , B ) ;\nU.find( a ) === U.find( b ) ; // true\n```\n\n[![License](https://img.shields.io/github/license/union-find/contiguous.svg)](https://raw.githubusercontent.com/union-find/contiguous/main/LICENSE)\n[![Version](https://img.shields.io/npm/v/@union-find/contiguous.svg)](https://www.npmjs.org/package/@union-find/contiguous)\n[![Tests](https://img.shields.io/github/actions/workflow/status/union-find/contiguous/ci.yml?branch=main\u0026event=push\u0026label=tests)](https://github.com/union-find/contiguous/actions/workflows/ci.yml?query=branch:main)\n[![Dependencies](https://img.shields.io/librariesio/github/union-find/contiguous.svg)](https://github.com/union-find/contiguous/network/dependencies)\n[![GitHub issues](https://img.shields.io/github/issues/union-find/contiguous.svg)](https://github.com/union-find/contiguous/issues)\n[![Downloads](https://img.shields.io/npm/dm/@union-find/contiguous.svg)](https://www.npmjs.org/package/@union-find/contiguous)\n\n[![Code issues](https://img.shields.io/codeclimate/issues/union-find/contiguous.svg)](https://codeclimate.com/github/union-find/contiguous/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/union-find/contiguous.svg)](https://codeclimate.com/github/union-find/contiguous/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/union-find/contiguous/main.svg)](https://codecov.io/gh/union-find/contiguous)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/union-find/contiguous.svg)](https://codeclimate.com/github/union-find/contiguous/trends/technical_debt)\n[![Documentation](https://union-find.github.io/contiguous/badge.svg)](https://union-find.github.io/contiguous/source.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/@union-find/contiguous)](https://bundlephobia.com/result?p=@union-find/contiguous)\n\n## :dancing_women: Related\n\n  - [`@union-find/non-contiguous`](https://github.com/union-find/non-contiguous):\n    Implementation of the same data structures with nodes and pointers instead\n    of arrays.\n\n## :scroll: References\n\n  - [Wikipedia page on disjoint-set data structures](https://en.wikipedia.org/wiki/Disjoint-set_data_structure)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funion-find%2Fcontiguous","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funion-find%2Fcontiguous","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funion-find%2Fcontiguous/lists"}