{"id":19150515,"url":"https://github.com/dylanbuchi/javascript-data-structures-algorithms","last_synced_at":"2026-06-14T04:30:21.669Z","repository":{"id":154604241,"uuid":"310879031","full_name":"dylanbuchi/javascript-data-structures-algorithms","owner":"dylanbuchi","description":"Repo to implement data structures and algorithms in JavaScript.","archived":false,"fork":false,"pushed_at":"2021-06-17T20:43:46.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-03T18:15:44.904Z","etag":null,"topics":[],"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/dylanbuchi.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":"2020-11-07T15:52:58.000Z","updated_at":"2021-06-17T20:43:49.000Z","dependencies_parsed_at":"2023-08-25T03:37:01.724Z","dependency_job_id":null,"html_url":"https://github.com/dylanbuchi/javascript-data-structures-algorithms","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/dylanbuchi%2Fjavascript-data-structures-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanbuchi%2Fjavascript-data-structures-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanbuchi%2Fjavascript-data-structures-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dylanbuchi%2Fjavascript-data-structures-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dylanbuchi","download_url":"https://codeload.github.com/dylanbuchi/javascript-data-structures-algorithms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240236230,"owners_count":19769573,"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":[],"created_at":"2024-11-09T08:12:13.405Z","updated_at":"2026-06-14T04:30:21.641Z","avatar_url":"https://github.com/dylanbuchi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JavaScript Data Structures \u0026 Algorithms\n\nRepo to implement data structures and algorithms in JavaScript.\n------------\n- ### Data Structures\n    - [Arrays](https://github.com/dylanbuchi/javascript-data-structures-algorithms/tree/main/data_structures/arrays)\n    - [Hash Tables](https://github.com/dylanbuchi/javascript-data-structures-algorithms/tree/main/data_structures/hash_tables)\n    - [LinkedLists](https://github.com/dylanbuchi/javascript-data-structures-algorithms/tree/main/data_structures/linkedlists)\n    - [Stacks](https://github.com/dylanbuchi/javascript-data-structures-algorithms/tree/main/data_structures/stacks)\n    - [Queues](https://github.com/dylanbuchi/javascript-data-structures-algorithms/tree/main/data_structures/queues)\n    - [Trees](https://github.com/dylanbuchi/javascript-data-structures-algorithms/tree/main/data_structures/trees)\n    - [Graphs](https://github.com/dylanbuchi/javascript-data-structures-algorithms/tree/main/data_structures/graphs)\n-------------\n- ### Algorithms\n    - #### [Recursion](https://github.com/dylanbuchi/javascript-data-structures-algorithms/tree/main/algorithms/recursion)\n    - #### Sorting\n        - [Bubble Sort](https://github.com/dylanbuchi/javascript-data-structures-algorithms/blob/main/algorithms/sorting/bubble_sort.js)\n        - [Selection Sort](https://github.com/dylanbuchi/javascript-data-structures-algorithms/blob/main/algorithms/sorting/selection_sort.js)\n        - [Insertion Sort](https://github.com/dylanbuchi/javascript-data-structures-algorithms/blob/main/algorithms/sorting/insertion_sort.js)\n        - [Merge Sort](https://github.com/dylanbuchi/javascript-data-structures-algorithms/blob/main/algorithms/sorting/merge_sort.js)\n        - [Quick Sort](https://github.com/dylanbuchi/javascript-data-structures-algorithms/blob/main/algorithms/sorting/quick_sort.js)\n    - #### Searching\n        - [Linear Search](https://github.com/dylanbuchi/javascript-data-structures-algorithms/blob/main/algorithms/searching/linear_search.js)\n        - [Binary Search](https://github.com/dylanbuchi/javascript-data-structures-algorithms/blob/main/algorithms/searching/binary_search.js)\n        - [BFS](https://github.com/dylanbuchi/javascript-data-structures-algorithms/blob/main/algorithms/searching/BFS.js)\n        - [DFS](https://github.com/dylanbuchi/javascript-data-structures-algorithms/blob/main/algorithms/searching/DFS.js)\n    - #### Dynamic Programming\n        -  [Memoization](https://github.com/dylanbuchi/javascript-data-structures-algorithms/blob/main/algorithms/dynamic_programming/memoization)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanbuchi%2Fjavascript-data-structures-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdylanbuchi%2Fjavascript-data-structures-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdylanbuchi%2Fjavascript-data-structures-algorithms/lists"}