{"id":16527025,"url":"https://github.com/jaem1n207/js-algorithms","last_synced_at":"2026-04-15T21:32:09.006Z","repository":{"id":166907193,"uuid":"642428114","full_name":"jaem1n207/js-algorithms","owner":"jaem1n207","description":"A comprehensive collection of fundamental JavaScript algorithms. Featuring sorting, searching, data structure, graph, and dynamic programming algorithms, I will strive for clear, efficient solutions.","archived":false,"fork":false,"pushed_at":"2023-06-13T09:41:17.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-21T01:38:58.701Z","etag":null,"topics":["algorithms","computer-science","data-structures","javascript","jest"],"latest_commit_sha":null,"homepage":"","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/jaem1n207.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":"2023-05-18T14:42:23.000Z","updated_at":"2023-06-08T17:46:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"7cc5684f-2a2c-44d6-a0a1-599c79067a47","html_url":"https://github.com/jaem1n207/js-algorithms","commit_stats":null,"previous_names":["jaem1n207/js-algorithms"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jaem1n207/js-algorithms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaem1n207%2Fjs-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaem1n207%2Fjs-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaem1n207%2Fjs-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaem1n207%2Fjs-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaem1n207","download_url":"https://codeload.github.com/jaem1n207/js-algorithms/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaem1n207%2Fjs-algorithms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31861355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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":["algorithms","computer-science","data-structures","javascript","jest"],"created_at":"2024-10-11T17:32:11.552Z","updated_at":"2026-04-15T21:32:08.988Z","avatar_url":"https://github.com/jaem1n207.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# js-algorithms\n\n![coverage badge](./assets/badge-statements.svg)\n![repo size](https://img.shields.io/github/repo-size/jaem1n207/js-algorithms.svg)\n\n## Description\n\n이 저장소는 다양한 알고리즘 문제를 해결한 JavaScript 기반 저장소입니다.\n\n## Table of Contents\n\n- [Structure](#structure)\n- [Usage](#usage)\n- [Testing](#testing)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Structure\n\n폴더별로 정렬, 검색, 데이터 구조, 그래프 알고리즘, 동적 프로그래밍과 같은 다양한 범주의 알고리즘으로 구성되어 있습니다. 각 범주에는 해결한 문제에 해당하는 개별 JS 파일이 있습니다.\n\n```sql\njs-algorithms (Example)\n|\n├── README.md\n├── LICENSE\n├── src/\n| ├── graph/\n| | ├── dijkstra/\n| | | ├── dijkstra.js\n| | | ├── test/\n| | | | ├── dijkstra.test.js\n| | ├── prim/\n| | | ├── prim.js\n| | | ├── test/\n| | | | ├── prim.test.js\n| | ├── kruskal/\n| | | ├── kruskal.js\n| | | ├── test/\n| | | | ├── kruskal.test.js\n| | └── ...\n| ├── sorting/\n| ├── searching/\n| ├── data-structures/\n| └── dynamic-programming/\n|\n└── ...\n```\n\n## Usage\n\nJS 파일을 실행하려면 Node.js 또는 ES6 구문을 지원하는 환경이 필요합니다.\n\n## Testing\n\n이 저장소의 해답들은 JS 테스트 프레임워크인 Jest로 테스트를 실행할 수 있습니다.\n\n코드의 품질을 확인 할 수 있습니다.\n\n```bash\npnpm run lint\n```\n\n모든 테스트 실행\n\n```bash\npnpm test\n```\n\n이름을 통해 특정 테스트 실행\n\n```bash\npnpm test -- 'filename'\n```\n\n'filename'을 테스트할 파일의 이름으로 바꿉니다.\n\n## Contributing\n\n개인적으로 해결한 문제들을 담아두려는 저장소이지만, 더 나은 해결책이나 대안적인 접근 방식을 개선하기 위한 어떤 형태의 제안, 토론 또는 조언도 진심으로 환영합니다! 이러한 토론에 대해 자유롭게 [Issues](https://github.com/jaem1n207/js-algorithms/issues)에 작성해주세요.\n\n## License\n\n이 프로젝트는 MIT 라이선스에 따라 라이센스가 부여됩니다. 자세한 내용은 [LICENSE](https://github.com/jaem1n207/js-algorithms/blob/main/LICENSE) 파일을 참조해주세요.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaem1n207%2Fjs-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaem1n207%2Fjs-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaem1n207%2Fjs-algorithms/lists"}