{"id":15540878,"url":"https://github.com/nejcm/js-algorithms","last_synced_at":"2026-03-05T04:02:10.214Z","repository":{"id":73567079,"uuid":"272249011","full_name":"nejcm/js-algorithms","owner":"nejcm","description":"JavaScript implementation and examples of many popular algorithms, data structures and other programming problems.","archived":false,"fork":false,"pushed_at":"2025-06-27T10:14:07.000Z","size":25763,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-27T11:29:08.065Z","etag":null,"topics":["algorithms","data-structures","javascript","javascript-algorithms","js","programming-problems"],"latest_commit_sha":null,"homepage":"https://nejcm.github.io/js-algorithms/","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/nejcm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-06-14T17:17:16.000Z","updated_at":"2025-06-27T10:14:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"82cdbe94-5607-4a6b-a39a-bd8ea9bffe4d","html_url":"https://github.com/nejcm/js-algorithms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nejcm/js-algorithms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nejcm%2Fjs-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nejcm%2Fjs-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nejcm%2Fjs-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nejcm%2Fjs-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nejcm","download_url":"https://codeload.github.com/nejcm/js-algorithms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nejcm%2Fjs-algorithms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273641616,"owners_count":25142247,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["algorithms","data-structures","javascript","javascript-algorithms","js","programming-problems"],"created_at":"2024-10-02T12:14:43.037Z","updated_at":"2026-03-05T04:02:05.186Z","avatar_url":"https://github.com/nejcm.png","language":"TypeScript","readme":"# 🎓 Js algorithms\n\n\u003cblockquote\u003eAlgorithms, data structures and other programming challenges and problems implemented in JavaScript with documentation.\u003c/blockquote\u003e\n\nBig thank you goes to\n[javascript-algorithms](https://github.com/trekhleb/javascript-algorithms).\n\n\u003cbr /\u003e\n\n⚠️ This package is still under development! New algorithms are being added and existing\nones refactored to improve code quality.\n\n\u003cbr /\u003e\n\n\u003c!-- prettier-ignore-start --\u003e\n[![Build Status][build-badge]][build]\n[![Code Coverage][coverage-badge]][coverage]\n![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)\n\n[![JavaScript Style Guide][style-guide-badge]][style-guide]\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg)](#contributors)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n[![PRs Welcome][prs-badge]][prs] [![Code of Conduct][coc-badge]][coc]\n\n[![Watch on GitHub][github-watch-badge]][github-watch]\n[![Star on GitHub][github-star-badge]][github-star]\n\u003c!-- prettier-ignore-end --\u003e\n\n## Table of Contents\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n- [Installation](#installation)\n- [Documentation](#documentation)\n- [Development](#development)\n- [Issues](#issues)\n  - [🐛 Bugs](#-bugs)\n  - [💡 Feature Requests](#-feature-requests)\n  - [❓ Questions](#-questions)\n- [Authors](#authors)\n- [Contributors](#contributors)\n- [Support](#support)\n- [LICENSE](#license)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Installation\n\n```shell\n# Clone repo\n$ git clone https://github.com/nejcm/js-algorithms.git my-project\n\n# Install dependencies\n$ yarn install\n\n# Start development server\n$ yarn start\n```\n\n## Documentation\n\nThe documentation is built with Docusaurus and includes:\n- Detailed explanations of algorithms and data structures\n- Code examples and implementations\n- Interactive examples\n- Search functionality\n\nVisit the [documentation website][docs-link] to learn more.\n\n## Development\n\n```shell\n# Run tests\n$ yarn test\n\n# Run tests with coverage\n$ yarn test:cov\n\n# Build documentation\n$ yarn build\n\n# Serve built documentation\n$ yarn serve\n```\n\n## Issues\n\n_Looking to contribute? Look for the [Good First Issue][good-first-issue] label._\n\n### 🐛 Bugs\n\nPlease file an issue for bugs, missing documentation, or unexpected behavior.\n\n[**See Bugs**][bugs]\n\n### 💡 Feature Requests\n\nPlease file an issue to suggest new features. Vote on feature requests by adding a 👍.\nThis helps maintainers prioritize what to work on.\n\n[**See Feature Requests**][requests]\n\n### ❓ Questions\n\nFor questions related to using the library, please visit a support community instead of\nfiling an issue on GitHub.\n\n## Authors\n\n- Nejc M. ( [GitHub][github], [LinkedIn][linkedin] )\n\n## Contributors\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/nejcm\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/1865210?v=4\" width=\"100px\" alt=\"Nejc\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNejc M.\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/nejcm/js-algorithms/commits?author=nejcm\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/nejcm/js-algorithms/commits?author=nejcm\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#infra\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"https://github.com/nejcm/js-algorithms/commits?author=nejcm\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors][all-contributors] specification. Contributions\nof any kind welcome!\n\n## Support\n\nReach out to us at one of the following places:\n\n- [🌐 Website][website]\n- [📧 Email][email]\n\n## LICENSE\n\n[MIT](LICENSE)\n\n\u003c!-- prettier-ignore-start --\u003e\n\n[all-contributors]: https://github.com/all-contributors/all-contributors\n[bugs]: https://github.com/nejcm/js-algorithms/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Acreated-desc\n[build-badge]: https://img.shields.io/github/actions/workflow/status/nejcm/js-algorithms/ci.yml?branch=master\n[build]: https://github.com/nejcm/js-algorithms/actions\n[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg\n[coc]: https://github.com/nejcm/js-algorithms/blob/master/CODE_OF_CONDUCT.md\n[coverage-badge]: https://img.shields.io/codecov/c/github/nejcm/js-algorithms.svg\n[coverage]: https://codecov.io/github/nejcm/js-algorithms\n[docs-link]: https://nejcm.github.io/js-algorithms/\n[email]: nmursi2@gmail.com\n[emojis]: https://github.com/all-contributors/all-contributors#emoji-key\n[github]: https://github.com/nejcm\n[github-star-badge]: https://img.shields.io/github/stars/nejcm/js-algorithms.svg?style=social\n[github-star]: https://github.com/nejcm/js-algorithms/stargazers\n[github-watch-badge]: https://img.shields.io/github/watchers/nejcm/js-algorithms.svg?style=social\n[github-watch]: https://github.com/nejcm/js-algorithms/watchers\n[good-first-issue]: https://github.com/nejcm/js-algorithms/issues?utf8=✓\u0026q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+label%3A\"good+first+issue\"+\n[license-badge]: https://img.shields.io/npm/l/@nejcm/js-algorithms.svg\n[license]: https://github.com/nejcm/js-algorithms/blob/master/LICENSE\n[linkedin]: https://www.linkedin.com/in/nejcm/\n[node]: https://nodejs.org\n[npm]: https://www.npmjs.com/\n[npm-badge]: https://img.shields.io/npm/v/@nejcm/js-algorithms.svg\n[npm-link]: https://www.npmjs.com/package/@nejcm/js-algorithms\n[npmtrends]: http://www.npmtrends.com/@nejcm/js-algorithms\n[package]: https://www.npmjs.com/package/@nejcm/js-algorithms\n[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg\n[prs]: http://makeapullrequest.com\n[requests]: https://github.com/nejcm/js-algorithms/issues?q=is%3Aissue+sort%3Areactions-%2B1-desc+label%3Aenhancement+is%3Aopen\n[style-guide-badge]: https://img.shields.io/badge/code_style-standard-brightgreen.svg\n[style-guide]: https://standardjs.com\n[website]: https://nejcmursic.com/\n\n\u003c!-- prettier-ignore-end --\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnejcm%2Fjs-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnejcm%2Fjs-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnejcm%2Fjs-algorithms/lists"}