{"id":20345222,"url":"https://github.com/heap-data-structure/pairing-heap","last_synced_at":"2025-04-12T00:40:53.067Z","repository":{"id":37160679,"uuid":"79177723","full_name":"heap-data-structure/pairing-heap","owner":"heap-data-structure","description":":cherries: Pairing heap data structure for JavaScript","archived":false,"fork":false,"pushed_at":"2024-10-24T00:37:57.000Z","size":3442,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-24T14:52:59.623Z","etag":null,"topics":["agpl","amortized","computer-science","data-structures","heaps","javascript","meldable-heaps","pairing-heap","unknown-running-time"],"latest_commit_sha":null,"homepage":"https://heap-data-structure.github.io/pairing-heap","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/heap-data-structure.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}},"created_at":"2017-01-17T01:58:28.000Z","updated_at":"2024-10-24T00:38:00.000Z","dependencies_parsed_at":"2023-12-30T03:26:31.754Z","dependency_job_id":"494aa525-3f14-4991-9e0c-f7fead108037","html_url":"https://github.com/heap-data-structure/pairing-heap","commit_stats":{"total_commits":464,"total_committers":7,"mean_commits":66.28571428571429,"dds":0.4870689655172413,"last_synced_commit":"16eb4411dba35aabeea7eac71b1ed7c08e0c75d3"},"previous_names":["aureooms/js-pairing-heap"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heap-data-structure%2Fpairing-heap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heap-data-structure%2Fpairing-heap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heap-data-structure%2Fpairing-heap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heap-data-structure%2Fpairing-heap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heap-data-structure","download_url":"https://codeload.github.com/heap-data-structure/pairing-heap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248501960,"owners_count":21114681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","heaps","javascript","meldable-heaps","pairing-heap","unknown-running-time"],"created_at":"2024-11-14T22:07:20.091Z","updated_at":"2025-04-12T00:40:53.034Z","avatar_url":"https://github.com/heap-data-structure.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":":cherries: [@heap-data-structure/pairing-heap](https://heap-data-structure.github.io/pairing-heap)\n==\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/heap-data-structure/pairing-heap/main/media/sketch.svg\" width=\"400\"\u003e\n\u003c/p\u003e\n\nPairing heap data structure for JavaScript.\nSee [docs](https://heap-data-structure.github.io/pairing-heap/index.html).\nParent is [@heap-data-structure](https://github.com/heap-data-structure/about).\n\n```js\nimport {increasing} from '@total-order/primitive';\nimport {PairingHeap} from '@heap-data-structure/pairing-heap';\nlet heap = new PairingHeap( increasing ) ;\n```\n\n[![License](https://img.shields.io/github/license/heap-data-structure/pairing-heap.svg)](https://raw.githubusercontent.com/heap-data-structure/pairing-heap/main/LICENSE)\n[![Version](https://img.shields.io/npm/v/@heap-data-structure/pairing-heap.svg)](https://www.npmjs.org/package/@heap-data-structure/pairing-heap)\n[![Tests](https://img.shields.io/github/actions/workflow/status/heap-data-structure/pairing-heap/ci.yml?branch=main\u0026event=push\u0026label=tests)](https://github.com/heap-data-structure/pairing-heap/actions/workflows/ci.yml?query=branch:main)\n[![Dependencies](https://img.shields.io/librariesio/github/heap-data-structure/pairing-heap.svg)](https://github.com/heap-data-structure/pairing-heap/network/dependencies)\n[![GitHub issues](https://img.shields.io/github/issues/heap-data-structure/pairing-heap.svg)](https://github.com/heap-data-structure/pairing-heap/issues)\n[![Downloads](https://img.shields.io/npm/dm/@heap-data-structure/pairing-heap.svg)](https://www.npmjs.org/package/@heap-data-structure/pairing-heap)\n\n[![Code issues](https://img.shields.io/codeclimate/issues/heap-data-structure/pairing-heap.svg)](https://codeclimate.com/github/heap-data-structure/pairing-heap/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/heap-data-structure/pairing-heap.svg)](https://codeclimate.com/github/heap-data-structure/pairing-heap/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/heap-data-structure/pairing-heap/main.svg)](https://codecov.io/gh/heap-data-structure/pairing-heap)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/heap-data-structure/pairing-heap.svg)](https://codeclimate.com/github/heap-data-structure/pairing-heap/trends/technical_debt)\n[![Documentation](https://heap-data-structure.github.io/pairing-heap/badge.svg)](https://heap-data-structure.github.io/pairing-heap/source.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/@heap-data-structure/pairing-heap)](https://bundlephobia.com/result?p=@heap-data-structure/pairing-heap)\n\n\n## :scroll: References\n\n  - [Improved bounds for multipass pairing heaps and path-balanced binary search trees](https://arxiv.org/abs/1806.08692)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheap-data-structure%2Fpairing-heap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheap-data-structure%2Fpairing-heap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheap-data-structure%2Fpairing-heap/lists"}