{"id":36900574,"url":"https://github.com/mbrunos/dsa","last_synced_at":"2026-01-12T15:46:42.584Z","repository":{"id":218619568,"uuid":"746930802","full_name":"MBrunoS/dsa","owner":"MBrunoS","description":"Data Structures and Algorithms in TypeScript","archived":false,"fork":false,"pushed_at":"2024-01-26T19:53:45.000Z","size":412,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-02-02T22:27:57.996Z","etag":null,"topics":["algorithm","algorithms","computer-science","data-structures","data-structures-and-algorithms","dsa","dsa-javascript","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/MBrunoS.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}},"created_at":"2024-01-22T23:33:09.000Z","updated_at":"2024-01-24T16:57:32.000Z","dependencies_parsed_at":"2024-01-26T19:53:20.651Z","dependency_job_id":null,"html_url":"https://github.com/MBrunoS/dsa","commit_stats":null,"previous_names":["mbrunos/dsa"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MBrunoS/dsa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MBrunoS%2Fdsa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MBrunoS%2Fdsa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MBrunoS%2Fdsa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MBrunoS%2Fdsa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MBrunoS","download_url":"https://codeload.github.com/MBrunoS/dsa/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MBrunoS%2Fdsa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28341816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"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":["algorithm","algorithms","computer-science","data-structures","data-structures-and-algorithms","dsa","dsa-javascript","typescript"],"created_at":"2026-01-12T15:46:42.275Z","updated_at":"2026-01-12T15:46:42.568Z","avatar_url":"https://github.com/MBrunoS.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures and Algorithms\n\n[![en](https://img.shields.io/badge/lang-en-red.svg)](./README.md)\n[![pt-br](https://img.shields.io/badge/lang-pt--br-green.svg)](./README.pt-br.md)\n\n![Data Structures and Algorithms](./assets/dsa.jpg)\n\nThis is a collection of Data Structures and Algorithms, currently implemented in TypeScript. It is a work in progress and will be updated regularly.\n\nThe main purpose of this repository is to help me learn and understand the concepts of Data Structures and Algorithms. I hope it will also help others who are interested in learning about them.\n\n## Data Structures\n\n- [Dynamic Array](./src/data-structures/dynamic-array/README.md)\n- [Linked List](./src/data-structures/linked-list/README.md)\n- [Stack](./src/data-structures/stack/README.md)\n- [Queue](./src/data-structures/queue/README.md)\n\n## Algorithms\n\n### Sorting\n\n- [Selection Sort](./src/algorithms/sorting/selection-sort/README.md)\n- [Insertion Sort](./src/algorithms/sorting/insertion-sort/README.md)\n- [Merge Sort](./src/algorithms/sorting/merge-sort/README.md)\n- [Quick Sort](./src/algorithms/sorting/quick-sort/README.md)\n\n### Shuffling\n\n- [Fisher-Yates Shuffle](./src/algorithms/shuffling/fisher-yates/README.md)\n\n## Tests\n\nTo run the tests, first install the dependencies, then run `npm test`:\n\n```bash\nnpm install\nnpm test\n```\n\nOr, if you prefer, you can run it using Docker:\n\n```bash\ndocker build -t dsa .\ndocker run -it dsa\n```\n\n## Contributing\n\nContributions are welcome! If you find any bugs or have any suggestions, please create an issue or a pull request.\n\n## References\n\n- [Algorithms, Part I by Princeton University](https://www.coursera.org/learn/algorithms-part1)\n- Wikipedia\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrunos%2Fdsa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbrunos%2Fdsa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbrunos%2Fdsa/lists"}