{"id":19908733,"url":"https://github.com/comparison-sorting/heap-sort","last_synced_at":"2026-04-10T03:33:27.345Z","repository":{"id":37124566,"uuid":"37856813","full_name":"comparison-sorting/heap-sort","owner":"comparison-sorting","description":":octopus: Heapsort algorithm for JavaScript","archived":false,"fork":false,"pushed_at":"2025-08-19T13:13:52.000Z","size":2475,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-13T09:08:04.614Z","etag":null,"topics":["agpl","algorithms","heap","heapsort","heapsort-algorithm","javascript","sorting","sorting-algorithms","worst-case"],"latest_commit_sha":null,"homepage":"https://comparison-sorting.github.io/heap-sort","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/comparison-sorting.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-06-22T13:31:02.000Z","updated_at":"2025-08-15T02:03:45.000Z","dependencies_parsed_at":"2024-01-13T08:43:39.277Z","dependency_job_id":"7e91abf6-e405-4908-899f-43e9943c8870","html_url":"https://github.com/comparison-sorting/heap-sort","commit_stats":{"total_commits":499,"total_committers":8,"mean_commits":62.375,"dds":0.7274549098196392,"last_synced_commit":"81db54561af4f25095a2b90d3935c41d99ed1ef9"},"previous_names":["aureooms/js-heapsort"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/comparison-sorting/heap-sort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comparison-sorting%2Fheap-sort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comparison-sorting%2Fheap-sort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comparison-sorting%2Fheap-sort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comparison-sorting%2Fheap-sort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/comparison-sorting","download_url":"https://codeload.github.com/comparison-sorting/heap-sort/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comparison-sorting%2Fheap-sort/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"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","algorithms","heap","heapsort","heapsort-algorithm","javascript","sorting","sorting-algorithms","worst-case"],"created_at":"2024-11-12T21:13:11.999Z","updated_at":"2026-01-19T09:01:43.932Z","avatar_url":"https://github.com/comparison-sorting.png","language":"JavaScript","readme":":octopus:\n[@comparison-sorting/heap-sort](https://comparison-sorting.github.io/heap-sort)\n==\n\nHeapsort algorithms for JavaScript. Parents are\n[js-sorting](https://github.com/make-github-pseudonymous-again/js-sorting)\nand\n[@heap-data-structure](https://github.com/heap-data-structure/about).\n\n```js\nimport {dary} from '@comparison-sorting/heap-sort';\nlet sort = dary(2);\n```\n\n[![License](https://img.shields.io/github/license/comparison-sorting/heap-sort.svg)](https://raw.githubusercontent.com/comparison-sorting/heap-sort/main/LICENSE)\n[![Version](https://img.shields.io/npm/v/@comparison-sorting/heap-sort.svg)](https://www.npmjs.org/package/@comparison-sorting/heap-sort)\n[![Tests](https://img.shields.io/github/actions/workflow/status/comparison-sorting/heap-sort/ci.yml?branch=main\u0026event=push\u0026label=tests)](https://github.com/comparison-sorting/heap-sort/actions/workflows/ci.yml?query=branch:main)\n[![Dependencies](https://img.shields.io/librariesio/github/comparison-sorting/heap-sort.svg)](https://github.com/comparison-sorting/heap-sort/network/dependencies)\n[![GitHub issues](https://img.shields.io/github/issues/comparison-sorting/heap-sort.svg)](https://github.com/comparison-sorting/heap-sort/issues)\n[![Downloads](https://img.shields.io/npm/dm/@comparison-sorting/heap-sort.svg)](https://www.npmjs.org/package/@comparison-sorting/heap-sort)\n\n[![Code issues](https://img.shields.io/codeclimate/issues/comparison-sorting/heap-sort.svg)](https://codeclimate.com/github/comparison-sorting/heap-sort/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/comparison-sorting/heap-sort.svg)](https://codeclimate.com/github/comparison-sorting/heap-sort/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/comparison-sorting/heap-sort/main.svg)](https://codecov.io/gh/comparison-sorting/heap-sort)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/comparison-sorting/heap-sort.svg)](https://codeclimate.com/github/comparison-sorting/heap-sort/trends/technical_debt)\n[![Documentation](https://comparison-sorting.github.io/heap-sort/badge.svg)](https://comparison-sorting.github.io/heap-sort/source.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/@comparison-sorting/heap-sort)](https://bundlephobia.com/result?p=@comparison-sorting/heap-sort)\n\n## :scroll: Reference\n\n  - https://sorting.at\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomparison-sorting%2Fheap-sort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomparison-sorting%2Fheap-sort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomparison-sorting%2Fheap-sort/lists"}