{"id":19228715,"url":"https://github.com/estevanmaito/algorithms-in-javascript","last_synced_at":"2025-04-21T01:32:06.980Z","repository":{"id":98407639,"uuid":"85099640","full_name":"estevanmaito/algorithms-in-javascript","owner":"estevanmaito","description":"Computer Science algorithms in JavaScript","archived":false,"fork":false,"pushed_at":"2020-06-08T00:53:08.000Z","size":24,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T08:01:42.848Z","etag":null,"topics":["algorithms","computer-science","computer-science-algorithms","javascript","javascript-algorithms"],"latest_commit_sha":null,"homepage":null,"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/estevanmaito.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-15T17:07:54.000Z","updated_at":"2023-04-24T20:49:05.000Z","dependencies_parsed_at":"2023-05-04T20:16:57.278Z","dependency_job_id":null,"html_url":"https://github.com/estevanmaito/algorithms-in-javascript","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/estevanmaito%2Falgorithms-in-javascript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estevanmaito%2Falgorithms-in-javascript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estevanmaito%2Falgorithms-in-javascript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/estevanmaito%2Falgorithms-in-javascript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/estevanmaito","download_url":"https://codeload.github.com/estevanmaito/algorithms-in-javascript/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249982579,"owners_count":21355724,"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","computer-science","computer-science-algorithms","javascript","javascript-algorithms"],"created_at":"2024-11-09T15:29:40.754Z","updated_at":"2025-04-21T01:32:06.970Z","avatar_url":"https://github.com/estevanmaito.png","language":"JavaScript","readme":"# Computer Science algorithms implemented in JavaScript\n\nIN PROGRESS\n\nComputer Science algorithms implemented in JavaScript, based mostly on these resources:\n\n- [MIT 6.006 - Introduction to Algorithms](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/index.htm)\n- [Introduction to Algorithms - 3rd Edition](https://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844)\n\n## Usage\n\n[If you want to test your knowledge](#test-your-knowledge)\n\n[If you just want to see the algorithms](#algorithms)\n\n### Test your knowledge\n\n1. Clone and install dependencies\n\n```\ngit clone https://github.com/estevanmaito/algorithms-in-javascript\ncd algorithms-in-javascript\nnpm install\n```\n\n2. Delete the code above this line for every exercise:\n\n```js\nconst test = require('tape')\n```\n\n3. Write code to make the tests pass\n\n4. Run tests\n\n```\nnode file-name.js\n```\n\n### Algorithms\n\nFeel free to navigate around.\n\n#### Data Structures\n\n[Binary Search Tree](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/data-structures/binary-search-tree.js)\n\n[Linked list](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/data-structures/linked-list.js)\n\n[Queue](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/data-structures/queue.js)\n\n[Stack](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/data-structures/stack.js)\n\n#### Sorting\n\n[Bubble sort](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/sorting/bubble-sort.js)\n\n[Bucket sort](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/sorting/bucket-sort.js)\n\n[Counting sort](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/sorting/counting-sort.js)\n\n[Heap sort](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/sorting/heap-sort.js)\n\n[Insertion sort](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/sorting/insertion-sort.js)\n\n[Merge sort](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/sorting/merge-sort.js)\n\n[Quick sort](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/sorting/quick-sort.js)\n\n[Radix sort](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/sorting/radix-sort.js)\n\n[Selection sort](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/sorting/selection-sort.js)\n\n#### Searching\n\n[Binary search](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/searching/binary-search.js)\n\n[Breadth-first search](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/searching/breadth-first-search.js)\n\n[Depth-first search](https://github.com/estevanmaito/algorithms-in-javascript/tree/master/searching/depth-first-search.js)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festevanmaito%2Falgorithms-in-javascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Festevanmaito%2Falgorithms-in-javascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Festevanmaito%2Falgorithms-in-javascript/lists"}