{"id":23523065,"url":"https://github.com/yunyoung1819/baekjoon-algorithm-training","last_synced_at":"2025-09-06T01:33:51.309Z","repository":{"id":91174864,"uuid":"111262543","full_name":"yunyoung1819/baekjoon-algorithm-training","owner":"yunyoung1819","description":" :octocat: 백준과 프로그래머스 등 알고리즘 문제 풀이 코드를 관리합니다.","archived":false,"fork":false,"pushed_at":"2025-09-02T04:54:17.000Z","size":938,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-02T06:23:03.572Z","etag":null,"topics":["algorithm","data-structures"],"latest_commit_sha":null,"homepage":"","language":"Java","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/yunyoung1819.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-11-19T03:56:15.000Z","updated_at":"2025-09-02T04:54:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"d58a5e3c-fb9a-4e04-b5e9-2a87455fc76c","html_url":"https://github.com/yunyoung1819/baekjoon-algorithm-training","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yunyoung1819/baekjoon-algorithm-training","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunyoung1819%2Fbaekjoon-algorithm-training","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunyoung1819%2Fbaekjoon-algorithm-training/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunyoung1819%2Fbaekjoon-algorithm-training/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunyoung1819%2Fbaekjoon-algorithm-training/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yunyoung1819","download_url":"https://codeload.github.com/yunyoung1819/baekjoon-algorithm-training/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yunyoung1819%2Fbaekjoon-algorithm-training/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273846972,"owners_count":25178628,"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-05T02:00:09.113Z","response_time":402,"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":["algorithm","data-structures"],"created_at":"2024-12-25T17:19:00.508Z","updated_at":"2025-09-06T01:33:51.271Z","avatar_url":"https://github.com/yunyoung1819.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Baekjoon Algorithm Training\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n\nThis repository contains solutions and notes \nfor algorithm training. It is organized to help track progress and manage solution files effectively. \nEach directory corresponds to a category of algorithms, and each solution is named according to its problem ID on Baekjoon Site or Progammers Site.\n\n---\n\n## 📂 Repository Structure\n\nThe repository is organized as follows:\n\n- **Sorting**: Contains problems related to sorting algorithms.\n- **Graph Theory**: Contains problems involving graphs, traversals, and graph-related algorithms.\n- **Dynamic Programming**: Solutions for dynamic programming problems.\n- **Data Structures**: Contains implementations and problem solutions related to data structures.\n- **Greedy Algorithms**: Solutions for greedy algorithm problems.\n- **Mathematics**: Mathematical problems including number theory, combinatorics, etc.\n\nEach directory includes:\n- **Solution Files**: `.java` or `.py` files containing solution code.\n- **Explanation Files**: `.md` files explaining the problem approach and solution details.\n\n\n```mermaid\ngraph TD\n    A[baekjoon-algorithm-training]\n    A --\u003e B[Sorting]\n    A --\u003e C[Graph Theory]\n    A --\u003e D[Dynamic Programming]\n    A --\u003e E[Data Structures]\n    A --\u003e F[Greedy Algorithms]\n    A --\u003e G[Mathematics]\n```\n\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Ensure you have Java (or Kotlin) installed on your system to run the solution files.\n- Basic knowledge of algorithms and data structures is recommended for a better understanding.\n\n### Installation\n\n1. Clone the repository from GitHub.\n2. Navigate to the project directory.\n\n---\n\n## 📘 Usage\n\n1. Navigate to a specific algorithm category folder.\n2. Open the solution file for a particular problem to see the solution code and explanations.\n\n---\n\n## 📈 Progress Tracker\n\nThe following is the approximate distribution of problems solved in each algorithm category:\n\n- **Baekjoon Online Judge**: 50%\n- **Progammers**: 50%\n\n\n---\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n\n\n---\n\n## 📬 Contact\n\nFor any questions or suggestions, please reach out to yunyoung1819@gmail.com\n\n---\n\nHappy coding and good luck with your algorithm training on Baekjoon!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunyoung1819%2Fbaekjoon-algorithm-training","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyunyoung1819%2Fbaekjoon-algorithm-training","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyunyoung1819%2Fbaekjoon-algorithm-training/lists"}