{"id":16642142,"url":"https://github.com/make-github-pseudonymous-again/js-avl-tree","last_synced_at":"2025-10-29T06:46:02.957Z","repository":{"id":75805163,"uuid":"307351127","full_name":"make-github-pseudonymous-again/js-avl-tree","owner":"make-github-pseudonymous-again","description":":balance_scale: AVL trees for JavaScript","archived":false,"fork":false,"pushed_at":"2020-11-23T13:53:48.000Z","size":1957,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-27T09:42:45.590Z","etag":null,"topics":["agpl","avl-tree","balanced-binary-search-trees","balanced-search-trees","binary-search-trees","binary-trees","computer-science","data-structures","javascript","search","search-trees","trees","worst-case"],"latest_commit_sha":null,"homepage":"https://aureooms.github.io/js-avl-tree","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/make-github-pseudonymous-again.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-10-26T11:32:34.000Z","updated_at":"2021-12-20T23:41:00.000Z","dependencies_parsed_at":"2023-03-14T15:45:39.105Z","dependency_job_id":null,"html_url":"https://github.com/make-github-pseudonymous-again/js-avl-tree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/make-github-pseudonymous-again/js-avl-tree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-avl-tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-avl-tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-avl-tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-avl-tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/make-github-pseudonymous-again","download_url":"https://codeload.github.com/make-github-pseudonymous-again/js-avl-tree/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-avl-tree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281577703,"owners_count":26524886,"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","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","avl-tree","balanced-binary-search-trees","balanced-search-trees","binary-search-trees","binary-trees","computer-science","data-structures","javascript","search","search-trees","trees","worst-case"],"created_at":"2024-10-12T07:48:58.312Z","updated_at":"2025-10-29T06:46:02.939Z","avatar_url":"https://github.com/make-github-pseudonymous-again.png","language":"JavaScript","readme":":balance_scale: [@aureooms/js-avl-tree](https://aureooms.github.io/js-avl-tree)\n==\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://commons.wikimedia.org/wiki/File:AVL-tree-wBalance_K.svg\"\u003e\n\u003cimg alt=\"AVL tree with balance factors\" src=\"https://upload.wikimedia.org/wikipedia/commons/a/ad/AVL-tree-wBalance_K.svg\" width=\"600\"\u003e\n\u003c/a\u003e\u003cbr/\u003e\n\u003ca href=\"https://commons.wikimedia.org/w/index.php?title=User:Nomen4Omen\"\u003e\nUser:Nomen4Omen\n\u003c/a\u003e\n/\n\u003ca href=\"https://creativecommons.org/licenses/by-sa/4.0\"\u003eCC BY-SA 4.0\u003c/a\u003e\n\u003c/p\u003e\n\n\nAVL trees for JavaScript.\nSee [docs](https://aureooms.github.io/js-avl-tree).\nParent is [@aureooms/js-bst](https://github.com/aureooms/js-bst).\n\n\u003e :building_construction: Caveat emptor! This is work in progress. Code may be\n\u003e working. Documentation may be present. Coherence may be. Maybe.\n\n```js\nlet tree = AVLTree.from( increasing , range( 100000 ) ) ;\n```\n\n[![License](https://img.shields.io/github/license/aureooms/js-avl-tree.svg)](https://raw.githubusercontent.com/aureooms/js-avl-tree/main/LICENSE)\n[![Version](https://img.shields.io/npm/v/@aureooms/js-avl-tree.svg)](https://www.npmjs.org/package/@aureooms/js-avl-tree)\n[![Build](https://img.shields.io/travis/aureooms/js-avl-tree/main.svg)](https://travis-ci.org/aureooms/js-avl-tree/branches)\n[![Dependencies](https://img.shields.io/david/aureooms/js-avl-tree.svg)](https://david-dm.org/aureooms/js-avl-tree)\n[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-avl-tree.svg)](https://david-dm.org/aureooms/js-avl-tree?type=dev)\n[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-avl-tree.svg)](https://github.com/aureooms/js-avl-tree/issues)\n[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-avl-tree.svg)](https://www.npmjs.org/package/@aureooms/js-avl-tree)\n\n[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-avl-tree.svg)](https://codeclimate.com/github/aureooms/js-avl-tree/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-avl-tree.svg)](https://codeclimate.com/github/aureooms/js-avl-tree/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-avl-tree/main.svg)](https://codecov.io/gh/aureooms/js-avl-tree)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-avl-tree.svg)](https://codeclimate.com/github/aureooms/js-avl-tree/trends/technical_debt)\n[![Documentation](https://aureooms.github.io/js-avl-tree/badge.svg)](https://aureooms.github.io/js-avl-tree/source.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-avl-tree)](https://bundlephobia.com/result?p=@aureooms/js-avl-tree)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-avl-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-avl-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-avl-tree/lists"}