{"id":20854436,"url":"https://github.com/w8r/binary-trees","last_synced_at":"2025-07-06T20:38:48.235Z","repository":{"id":66124689,"uuid":"64617227","full_name":"w8r/binary-trees","owner":"w8r","description":"Binary trees: Simple Binary, AVL, Red-Black","archived":false,"fork":false,"pushed_at":"2017-02-27T20:23:25.000Z","size":34,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-12T13:23:22.060Z","etag":null,"topics":["avl-tree","binary-search-tree","binary-trees","data-structures","priority-queue","red-black-tree"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/w8r.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":"2016-07-31T21:39:40.000Z","updated_at":"2022-01-01T16:11:39.000Z","dependencies_parsed_at":"2023-06-26T20:58:16.733Z","dependency_job_id":null,"html_url":"https://github.com/w8r/binary-trees","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/w8r/binary-trees","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w8r%2Fbinary-trees","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w8r%2Fbinary-trees/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w8r%2Fbinary-trees/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w8r%2Fbinary-trees/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w8r","download_url":"https://codeload.github.com/w8r/binary-trees/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w8r%2Fbinary-trees/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263969544,"owners_count":23537447,"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":["avl-tree","binary-search-tree","binary-trees","data-structures","priority-queue","red-black-tree"],"created_at":"2024-11-18T03:25:47.022Z","updated_at":"2025-07-06T20:38:48.206Z","avatar_url":"https://github.com/w8r.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binary trees: Simple Binary, AVL, Red-Black\n\n## npm scripts\n\n`watch` - starts file watcher\n\n`lint` - runs eslint on `/src`\n\n`test` - runs tests and formats piped TAP output with [tap-spec](https://github.com/scottcorgan/tap-spec).\n\n`ci` - Travis CI integration + zuul multi-framework \u0026 browser tests\n\n`cover` - generates code coverage text-summary report in terminal\n\n`report` - generates code coverage html report and opens it in browser\n\n`coveralls` - runs code coverage and sends report to coveralls\n\n`zuul` - runs browser tests via zuul at `http://localhost:9966/__zuul`\n\n## Travis CI / Sauce Connect Configuration\n\n[**Sauce Connect**](https://docs.saucelabs.com/reference/sauce-connect/) -  Used to create tunnel allowing [Travis CI](https://travis-ci.org/) to utilize [Sauce Labs](https://saucelabs.com), a browser and mobile testing platform.\n\nIf you plan to use Sauce Connect in your new module, be sure to [sign up](https://saucelabs.com/signup) with Sauce Labs if you haven’t already (it’s free for Open Source projects), and get your access key from your account page.\n\nThen you'll want to replace the secured access key in `.travis.yml` with your own. See the [Getting Started](https://docs.saucelabs.com/ci-integrations/travis-ci/) guide on Travis for more info on setting this up.\n\nBest bet if you're a new Travis and/or Sauce Labs user is to follow their steps to create a new `.travis.yml` file.\n\n## Publishing\nWhen you are ready to publish a new version of your module, the following steps can be used:\n  1. add and commit your changes via git\n  2. `npm version patch -m \"Ugrade message...\"`\n  3. `npm publish`\n\nIf publish is a success, the `postpublish` npm script will run `git push origin master --follow-tags`, pushing up and tagging your code properly.\n\nIf you run `npm version patch` before committing your changes, you'll get a message like `npm ERR! Git working directory not clean.`. Commit and retry.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw8r%2Fbinary-trees","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw8r%2Fbinary-trees","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw8r%2Fbinary-trees/lists"}