{"id":16883206,"url":"https://github.com/beraliv/data-structures","last_synced_at":"2025-03-20T04:35:10.751Z","repository":{"id":109498454,"uuid":"142743900","full_name":"Beraliv/data-structures","owner":"Beraliv","description":"JS Data Structures","archived":false,"fork":false,"pushed_at":"2020-12-25T17:40:08.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T09:53:05.049Z","etag":null,"topics":["algorithms","data-structures","design-patterns","js"],"latest_commit_sha":null,"homepage":null,"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/Beraliv.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":"2018-07-29T08:31:08.000Z","updated_at":"2024-02-26T08:31:53.000Z","dependencies_parsed_at":"2023-04-06T06:35:41.008Z","dependency_job_id":null,"html_url":"https://github.com/Beraliv/data-structures","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/Beraliv%2Fdata-structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beraliv%2Fdata-structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beraliv%2Fdata-structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Beraliv%2Fdata-structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Beraliv","download_url":"https://codeload.github.com/Beraliv/data-structures/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244554040,"owners_count":20471172,"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":["algorithms","data-structures","design-patterns","js"],"created_at":"2024-10-13T16:10:48.979Z","updated_at":"2025-03-20T04:35:10.736Z","avatar_url":"https://github.com/Beraliv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Algorithms\n\n* [Bubble sort](https://github.com/Beraliv/data-structures/blob/master/algorithms/bubble-sort.js)\n* [Heap sort](https://github.com/Beraliv/data-structures/blob/master/algorithms/heap-sort.js)\n* [Merge sort](https://github.com/Beraliv/data-structures/blob/master/algorithms/merge-sort.js)\n* Quick sort ([not optimal recursive](https://github.com/Beraliv/data-structures/blob/master/algorithms/quick-sort-v1.js) and [recursive with indices as parameters](https://github.com/Beraliv/data-structures/blob/master/algorithms/quick-sort-v2.js))\n* [Selection sort](https://github.com/Beraliv/data-structures/blob/master/algorithms/selection-sort.js)\n* [Time sort](https://github.com/Beraliv/data-structures/blob/master/algorithms/time-sort.js)\n\n## Patterns\n\n* [Command](https://github.com/Beraliv/data-structures/blob/master/patterns/command.js)\n* [Constructor](https://github.com/Beraliv/data-structures/blob/master/patterns/constructor.js)\n* [Decorator](https://github.com/Beraliv/data-structures/blob/master/patterns/decorator.js)\n* [Singleton](https://github.com/Beraliv/data-structures/blob/master/patterns/singleton.js)\n\n## Structures\n\n* [LinkedList](https://github.com/Beraliv/data-structures/blob/master/structures/linked-list.js)\n* [Max-Stack](https://github.com/Beraliv/data-structures/blob/master/structures/max-stack.js)\n* [Queue](https://github.com/Beraliv/data-structures/blob/master/structures/queue.js)\n* [Stack](https://github.com/Beraliv/data-structures/blob/master/structures/stack.js)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberaliv%2Fdata-structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberaliv%2Fdata-structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberaliv%2Fdata-structures/lists"}