{"id":51405292,"url":"https://github.com/lyuk98/problem-solving","last_synced_at":"2026-07-04T10:31:42.332Z","repository":{"id":281790198,"uuid":"945488093","full_name":"lyuk98/problem-solving","owner":"lyuk98","description":"Improving problem-solving capabilities","archived":false,"fork":false,"pushed_at":"2026-01-12T02:20:56.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T07:47:18.609Z","etag":null,"topics":["c","cpp","java","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/lyuk98.png","metadata":{"files":{"readme":"README.ko.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-09T14:45:39.000Z","updated_at":"2026-01-12T02:21:00.000Z","dependencies_parsed_at":"2025-12-09T07:07:38.439Z","dependency_job_id":null,"html_url":"https://github.com/lyuk98/problem-solving","commit_stats":null,"previous_names":["lyuk98/problem-solving"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lyuk98/problem-solving","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyuk98%2Fproblem-solving","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyuk98%2Fproblem-solving/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyuk98%2Fproblem-solving/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyuk98%2Fproblem-solving/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lyuk98","download_url":"https://codeload.github.com/lyuk98/problem-solving/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyuk98%2Fproblem-solving/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35118970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"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":["c","cpp","java","rust"],"created_at":"2026-07-04T10:31:42.184Z","updated_at":"2026-07-04T10:31:42.318Z","avatar_url":"https://github.com/lyuk98.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# problem-solving\n\n[![English](https://img.shields.io/badge/Language-English-blue.svg)](./README.md)\n[![한국어](https://img.shields.io/badge/%EC%96%B8%EC%96%B4-%ED%95%9C%EA%B5%AD%EC%96%B4-green.svg)](./README.ko.md)\n\n온라인 코딩 플랫폼의 풀이를 기록하는 저장소입니다.\n\n## 코드 실행\n\n이 저장소의 코드는 `flakes`와 `nix-command` [실험 기능](https://nix.dev/manual/nix/latest/contributing/experimental-features)이 활성화된 버전의 [Nix](https://nixos.org/ \"Nix \u0026 NixOS | Declarative builds and deployments\")를 사용하여 빌드하고 실행할 수 있습니다.\n\n```sh\nnix run github:lyuk98/problem-solving#[작성자]-[플랫폼]-[문제번호]-[언어]\n```\n\n`[작성자]`, `[플랫폼]`, `[문제번호]`, `[언어]`는 각각 코드 작성자, 코딩 플랫폼, 문제 번호와 프로그래밍 언어를 의미합니다. `[문제번호]`를 제외한 가능한 값은 아래에 기술되어 있습니다:\n\n| `작성자` | 설명 |\n| --- | --- |\n| `lee` | [@lyuk98의 코드](./Lee) |\n| `jinju` | [@oMFDOo의 코드](./Jinju) |\n\n| `플랫폼` | 설명 |\n| --- | --- |\n| `boj` | [백준 온라인 저지](https://www.acmicpc.net/ \"Baekjoon Online Judge\") |\n\n| `언어` | 설명 |\n| --- | --- |\n| `c` | C (C23) |\n| `cpp` | C++ (C++23) |\n| `java` | Java (21) |\n| `rs` | Rust (2024) |\n\nLeetCode의 풀이와 같이 `main()` 함수가 존재하지 않는 코드는 실행할 수 없습니다.\n\n`nix repl`을 사용하면 실행 가능한 풀이를 확인할 수 있습니다:\n\n```sh\nnix repl\n:lf github:lyuk98/problem-solving\nbuiltins.attrNames outputs.packages.x86_64-linux\n```\n\n### 예시\n\n아래의 예시는 백준 온라인 저지의 [5430번 문제(AC)](https://www.acmicpc.net/problem/5430 \"5430번: AC\")에 대한 C 언어로 작성한 풀이를 실행합니다:\n\n```sh\n# 예제 입력 준비\ncat \u003e input \u003c\u003c EOF\n4\nRDD\n4\n[1,2,3,4]\nDD\n1\n[42]\nRRD\n6\n[1,1,2,3,5,8]\nD\n0\n[]\nEOF\n\n# 입력과 함께 풀이 실행\ncat input | nix run github:lyuk98/problem-solving#lee-boj-5430-c\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyuk98%2Fproblem-solving","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyuk98%2Fproblem-solving","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyuk98%2Fproblem-solving/lists"}