{"id":16642146,"url":"https://github.com/make-github-pseudonymous-again/js-splay-tree","last_synced_at":"2025-09-01T12:12:44.465Z","repository":{"id":53592060,"uuid":"306944847","full_name":"make-github-pseudonymous-again/js-splay-tree","owner":"make-github-pseudonymous-again","description":":zipper_mouth_face: Splay trees for JavaScript","archived":false,"fork":false,"pushed_at":"2021-03-25T11:30:03.000Z","size":4353,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T15:53:43.403Z","etag":null,"topics":["agpl","amortized","binary-search-trees","binary-trees","computer-science","data-structures","dynamic-optimality","javascript","search","search-trees","splay-tree","trees"],"latest_commit_sha":null,"homepage":"https://aureooms.github.io/js-splay-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}},"created_at":"2020-10-24T18:18:50.000Z","updated_at":"2021-12-20T23:41:05.000Z","dependencies_parsed_at":"2022-09-12T03:20:16.828Z","dependency_job_id":null,"html_url":"https://github.com/make-github-pseudonymous-again/js-splay-tree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-splay-tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-splay-tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-splay-tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/make-github-pseudonymous-again%2Fjs-splay-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-splay-tree/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243165359,"owners_count":20246721,"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","binary-search-trees","binary-trees","computer-science","data-structures","dynamic-optimality","javascript","search","search-trees","splay-tree","trees"],"created_at":"2024-10-12T07:48:58.769Z","updated_at":"2025-03-12T05:29:23.810Z","avatar_url":"https://github.com/make-github-pseudonymous-again.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":":zipper_mouth_face: [@aureooms/js-splay-tree](https://aureooms.github.io/js-splay-tree)\n==\n\n\u003cimg src=\"https://www.growingwiththeweb.com/images/data-structures/splay-tree/zig-zag-left.svg\" width=\"864\"\u003e\n\nSplay trees for JavaScript.\nSee [docs](https://aureooms.github.io/js-splay-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 = SplayTree.from( increasing , range( 100000 ) ) ;\n```\n\n[![License](https://img.shields.io/github/license/aureooms/js-splay-tree.svg)](https://raw.githubusercontent.com/aureooms/js-splay-tree/main/LICENSE)\n[![Version](https://img.shields.io/npm/v/@aureooms/js-splay-tree.svg)](https://www.npmjs.org/package/@aureooms/js-splay-tree)\n[![Build](https://img.shields.io/travis/aureooms/js-splay-tree/main.svg)](https://travis-ci.org/aureooms/js-splay-tree/branches)\n[![Dependencies](https://img.shields.io/david/aureooms/js-splay-tree.svg)](https://david-dm.org/aureooms/js-splay-tree)\n[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-splay-tree.svg)](https://david-dm.org/aureooms/js-splay-tree?type=dev)\n[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-splay-tree.svg)](https://github.com/aureooms/js-splay-tree/issues)\n[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-splay-tree.svg)](https://www.npmjs.org/package/@aureooms/js-splay-tree)\n\n[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-splay-tree.svg)](https://codeclimate.com/github/aureooms/js-splay-tree/issues)\n[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-splay-tree.svg)](https://codeclimate.com/github/aureooms/js-splay-tree/trends/churn)\n[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-splay-tree/main.svg)](https://codecov.io/gh/aureooms/js-splay-tree)\n[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-splay-tree.svg)](https://codeclimate.com/github/aureooms/js-splay-tree/trends/technical_debt)\n[![Documentation](https://aureooms.github.io/js-splay-tree/badge.svg)](https://aureooms.github.io/js-splay-tree/source.html)\n[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-splay-tree)](https://bundlephobia.com/result?p=@aureooms/js-splay-tree)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-splay-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-splay-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmake-github-pseudonymous-again%2Fjs-splay-tree/lists"}