{"id":22774822,"url":"https://github.com/chan9yu/algorithm-playground","last_synced_at":"2026-02-16T01:39:48.582Z","repository":{"id":153868297,"uuid":"439005713","full_name":"chan9yu/algorithm-playground","owner":"chan9yu","description":"✍🏼 algorithm playground repository","archived":false,"fork":false,"pushed_at":"2025-03-03T09:31:12.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T10:33:17.777Z","etag":null,"topics":["algorithm","bfs-algorithm","dfs-algorithm","dynamic-programming","javascript","sorting-algorithms"],"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/chan9yu.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":"2021-12-16T13:49:13.000Z","updated_at":"2025-03-03T09:31:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"87a57867-23f5-4c49-a7df-72b6f615acad","html_url":"https://github.com/chan9yu/algorithm-playground","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/chan9yu%2Falgorithm-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chan9yu%2Falgorithm-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chan9yu%2Falgorithm-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chan9yu%2Falgorithm-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chan9yu","download_url":"https://codeload.github.com/chan9yu/algorithm-playground/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246320201,"owners_count":20758410,"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":["algorithm","bfs-algorithm","dfs-algorithm","dynamic-programming","javascript","sorting-algorithms"],"created_at":"2024-12-11T18:17:39.649Z","updated_at":"2026-02-16T01:39:48.577Z","avatar_url":"https://github.com/chan9yu.png","language":"JavaScript","readme":"# algorithm-playground\n\n\u003e ✍🏼 algorithm playground repository\n\n코딩테스트 사이트에서 문제를 풀었던 내용들을 기록합니다\n\n\u003cbr /\u003e\n\n## 📝 백준에서 Javascript 이용하기\n\n### readline 이용하기\n\n```js\nconst readline = require('readline').createInterface({\n  input: process.stdin,\n  output: process.stdout\n});\n\nlet input = [];\n\nreadline\n  .on('line', function (line) {\n    input = line.split(' ').map(el =\u003e parseInt(el));\n  })\n  .on('close', function () {\n    // 이 안에 솔루션 코드 작성\n    let answer;\n    console.log(answer);\n    process.exit();\n  });\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchan9yu%2Falgorithm-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchan9yu%2Falgorithm-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchan9yu%2Falgorithm-playground/lists"}