{"id":20345229,"url":"https://github.com/heap-data-structure/fibonacci-heap","last_synced_at":"2025-04-12T00:40:59.658Z","repository":{"id":37133632,"uuid":"256437895","full_name":"heap-data-structure/fibonacci-heap","owner":"heap-data-structure","description":":scissors: Fibonacci heap data structure for JavaScript","archived":false,"fork":false,"pushed_at":"2024-10-27T19:52:47.000Z","size":3985,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-30T05:26:54.732Z","etag":null,"topics":["agpl","amortized","computer-science","data-structures","fibonacci-heap","heaps","javascript","meldable-heaps"],"latest_commit_sha":null,"homepage":"https://heap-data-structure.github.io/fibonacci-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":"2020-04-17T07:51:46.000Z","updated_at":"2024-10-27T19:52:49.000Z","dependencies_parsed_at":"2023-12-30T01:26:30.488Z","dependency_job_id":"4a6dbca9-5dad-4fd5-b95a-26badf19d5b8","html_url":"https://github.com/heap-data-structure/fibonacci-heap","commit_stats":{"total_commits":550,"total_committers":7,"mean_commits":78.57142857142857,"dds":0.5890909090909091,"last_synced_commit":"ddfda6bf7d866aff245d202bde2a8140eec32150"},"previous_names":["aureooms/js-fibonacci-heap"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heap-data-structure%2Ffibonacci-heap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heap-data-structure%2Ffibonacci-heap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heap-data-structure%2Ffibonacci-heap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heap-data-structure%2Ffibonacci-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/fibonacci-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","fibonacci-heap","heaps","javascript","meldable-heaps"],"created_at":"2024-11-14T22:07:26.715Z","updated_at":"2025-04-12T00:40:59.637Z","avatar_url":"https://github.com/heap-data-structure.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":":scissors: [@heap-data-structure/fibonacci-heap](https://heap-data-structure.github.io/fibonacci-heap)\n==\n\nFibonacci heap data structure for JavaScript.\nSee [docs](https://heap-data-structure.github.io/fibonacci-heap/index.html).\nParent is [@heap-data-structure/about](https://github.com/heap-data-structure/about).\n\n\u003e :warning: The code requires `regeneratorRuntime` to be defined, for instance by importing\n\u003e [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).\n\n```js\nimport {FibonacciHeap} from '@heap-data-structure/fibonacci-heap';\nimport {increasing} from '@total-order/primitive';\nlet heap = new FibonacciHeap( increasing ) ;\n```\n\n[![License](https://img.shields.io/github/license/heap-data-structure/fibonacci-heap.svg)](https://raw.githubusercontent.com/heap-data-structure/fibonacci-heap/main/LICENSE)\n[![Version](https://img.shields.io/npm/v/@heap-data-structure/fibonacci-heap.svg)](https://www.npmjs.org/package/@heap-data-structure/fibonacci-heap)\n[![Tests](https://img.shields.io/github/actions/workflow/status/heap-data-structure/fibonacci-heap/ci.yml?branch=main\u0026event=push\u0026label=tests)](https://github.com/heap-data-structure/fibonacci-heap/actions/workflows/ci.yml?query=branch:main)\n[![Dependencies](https://img.shields.io/librariesio/github/heap-data-structure/fibonacci-heap.svg)](https://github.com/heap-data-structure/fibonacci-heap/network/dependencies)\n[![GitHub issues](https://img.shields.io/github/issues/heap-data-structure/fibonacci-heap.svg)](https://github.com/heap-data-structure/fibonacci-heap/issues)\n[![Downloads](https://img.shields.io/npm/dm/@heap-data-structure/fibonacci-heap.svg)](https://www.npmjs.org/package/@heap-data-structure/fibonacci-heap)\n\n[![Code issues](https://img.shields.io/codeclimate/issues/heap-data-structure/fibonacci-heap.svg)](https://codeclimate.com/github/heap-data-structure/fibonacci-heap/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/heap-data-structure/fibonacci-heap.svg)](https://codeclimate.com/github/heap-data-structure/fibonacci-heap/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/heap-data-structure/fibonacci-heap/main.svg)](https://codecov.io/gh/heap-data-structure/fibonacci-heap)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/heap-data-structure/fibonacci-heap.svg)](https://codeclimate.com/github/heap-data-structure/fibonacci-heap/trends/technical_debt)\n[![Documentation](https://heap-data-structure.github.io/fibonacci-heap/badge.svg)](https://heap-data-structure.github.io/fibonacci-heap/source.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/@heap-data-structure/fibonacci-heap)](https://bundlephobia.com/result?p=@heap-data-structure/fibonacci-heap)\n\n\n## :scroll: References\n\n  - [Wikipedia Article on Fibonacci Heaps](https://en.wikipedia.org/wiki/Fibonacci_heap)\n  - [Introduction to Algorithms Chapter 19](https://en.wikipedia.org/wiki/Introduction_to_Algorithms)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheap-data-structure%2Ffibonacci-heap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheap-data-structure%2Ffibonacci-heap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheap-data-structure%2Ffibonacci-heap/lists"}