{"id":20609497,"url":"https://github.com/jessemao/data-structure","last_synced_at":"2026-05-20T16:41:05.792Z","repository":{"id":95891001,"uuid":"84509121","full_name":"jessemao/data-structure","owner":"jessemao","description":"This package groups basic data structures in Javascript ES6. ","archived":false,"fork":false,"pushed_at":"2017-03-14T06:55:45.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T17:49:50.244Z","etag":null,"topics":["avl-tree","binary-search-tree","circular-linked-list","data-structures","doubly-linked-list","es6","graph","hashtable","javascript","linked-list","map","priority-queue","queue","set","stack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jessemao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-03-10T02:10:56.000Z","updated_at":"2019-01-22T16:27:03.000Z","dependencies_parsed_at":"2023-04-02T12:17:20.728Z","dependency_job_id":null,"html_url":"https://github.com/jessemao/data-structure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jessemao/data-structure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessemao%2Fdata-structure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessemao%2Fdata-structure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessemao%2Fdata-structure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessemao%2Fdata-structure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessemao","download_url":"https://codeload.github.com/jessemao/data-structure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessemao%2Fdata-structure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33267141,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T15:12:43.734Z","status":"ssl_error","status_checked_at":"2026-05-20T15:12:42.300Z","response_time":356,"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":["avl-tree","binary-search-tree","circular-linked-list","data-structures","doubly-linked-list","es6","graph","hashtable","javascript","linked-list","map","priority-queue","queue","set","stack"],"created_at":"2024-11-16T10:13:43.250Z","updated_at":"2026-05-20T16:41:05.760Z","avatar_url":"https://github.com/jessemao.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structure for Javascript ES6\n\nThis package groups basic data structures in Javascript ES6. It includes:\n\n* Stack\n* Queue\n* Priority Queue\n* Linked List\n* Doubly Linked List\n* Circular Linked List\n* Set\n* Map/Dictionary\n* Hash Table\n* Binary Search Tree\n* AVL Tree\n* Graph\n\nThey are all well tested and ready to use.\n\n# How to use\nClone this repo and then follow the step:\n```\ngit clone https://github.com/jessemao/data-structure.git\ncd data-structure\nnpm install\n```\nThen you can grab the source file directly from `src` folder.\n\n# How to test\nIf you add your own methods to the **data structure** you want to use, you might want to write a test case for your functionality as well.\n\nIf there's a file `[data-structure-name]-test.js` already exists in `test` folder, you can open it and write test cases in that file; otherwise, it's easy to create a new file named `[data-structure-name/methods-name]-test.js` in `test` folder.\n\nWhen you are ready for testing, just run\n```\nnpm run test\n```\n\n\n# License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessemao%2Fdata-structure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessemao%2Fdata-structure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessemao%2Fdata-structure/lists"}