{"id":24561648,"url":"https://github.com/jongfeel/baekjoononlinejudge","last_synced_at":"2026-04-17T00:35:21.469Z","repository":{"id":111820157,"uuid":"153468070","full_name":"jongfeel/BaekjoonOnlineJudge","owner":"jongfeel","description":"Beakjoon online judge problems solve","archived":false,"fork":false,"pushed_at":"2018-12-21T08:39:47.000Z","size":105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-23T17:06:21.974Z","etag":null,"topics":["baekjoon","csharp","dotnet-core","slack","visual-studio-code"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/jongfeel.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":"2018-10-17T14:09:41.000Z","updated_at":"2018-12-21T08:39:48.000Z","dependencies_parsed_at":"2023-06-04T00:30:35.247Z","dependency_job_id":null,"html_url":"https://github.com/jongfeel/BaekjoonOnlineJudge","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/jongfeel%2FBaekjoonOnlineJudge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongfeel%2FBaekjoonOnlineJudge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongfeel%2FBaekjoonOnlineJudge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongfeel%2FBaekjoonOnlineJudge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongfeel","download_url":"https://codeload.github.com/jongfeel/BaekjoonOnlineJudge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243941632,"owners_count":20372279,"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":["baekjoon","csharp","dotnet-core","slack","visual-studio-code"],"created_at":"2025-01-23T08:34:24.676Z","updated_at":"2026-04-17T00:35:16.439Z","avatar_url":"https://github.com/jongfeel.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BaekjoonOnlineJudge\n\nBeakjoon online judge problems solve\n\n## Study group\n\n### Community place\n\n[slack link](https://astudy-group.slack.com)\n\n### Code review\n\n- 일정 기간 동안 풀어야 할 문제가 주어짐\n- 기간 안에 스터디원은 각자 문제를 풀고 코드를 slack의 코드공유 채널에 올림\n- 이후 각자 코드를 보며 코드 리뷰를 하고 질문/답변을 진행하면서 알고리즘에 대한 이해를 진행\n\n### Features\n\n- 온라인 모임\n- 문제를 푸는 기간은 정해져 있지만 코드 리뷰를 하는 건 코드 공유한 시점 이후 자유롭게 가능\n- 스터디원은 각자 익숙한 프로그래밍 언어로 함: Java, pPython, JavaScript, C++, C# 등\n- 유일하게 나 혼자 C#임\n- 2018년 11월 중순 이후 아무도 스터디를 하는 사람이 없음, 그래서 나도 안하고 있다가\n- [다른 스터디 모임](https://github.com/jongfeel/SongDoAlgorithmStudy)을 통해 동일한 문제를 풀고 간간이 업데이트 함\n\n### System Requirement, C#\n\n- Tool: [Visual Studio Code](https://code.visualstudio.com/)\n- SDK: [.NET Core 2.1](https://www.microsoft.com/net/download)\n- Language: C#\n- [Get Started with C# and Visual Studio Code](https://docs.microsoft.com/ko-kr/dotnet/core/tutorials/with-visual-studio-code)\n\n### 1st Week Problems ( ~ 2018.10.21)\n\n[1000](https://www.acmicpc.net/problem/1000), [1001](https://www.acmicpc.net/problem/1001), [1008](https://www.acmicpc.net/problem/1008), [2557](https://www.acmicpc.net/problem/2557), [2741](https://www.acmicpc.net/problem/2741), [7287](https://www.acmicpc.net/problem/7287), [10172](https://www.acmicpc.net/problem/10172), [11718](https://www.acmicpc.net/problem/11718)\n\n### 2nd Week Problems ( ~ 2018.10.28)\n\n#### Step1: 입/출력 받아보기\n\n[10718](https://www.acmicpc.net/problem/10718), [11719](https://www.acmicpc.net/problem/11719)\n\n#### Step2: 사칙연산 도전하기\n\n[10998](https://www.acmicpc.net/problem/10998), [10869](https://www.acmicpc.net/problem/10869), [10430](https://www.acmicpc.net/problem/10430), [2558](https://www.acmicpc.net/problem/2558), [2839](https://www.acmicpc.net/problem/2839)\n\n#### Step3: for문 사용해보기\n\n[2742](https://www.acmicpc.net/problem/2742), [2739](https://www.acmicpc.net/problem/2739), [2438](https://www.acmicpc.net/problem/2438), [2439](https://www.acmicpc.net/problem/2439), [2440](https://www.acmicpc.net/problem/2440), [2441](https://www.acmicpc.net/problem/2441), [1924](https://www.acmicpc.net/problem/1924), [8393](https://www.acmicpc.net/problem/8393), [11720](https://www.acmicpc.net/problem/11720), [11721](https://www.acmicpc.net/problem/11721), [15552](https://www.acmicpc.net/problem/15552)\n\n### 3rd Week Problems ( ~ 2018.11.04)\n\n#### Step4: if문 사용해보기\n\n[9498](https://www.acmicpc.net/problem/9498), [10817](https://www.acmicpc.net/problem/10817), [10871](https://www.acmicpc.net/problem/10871), [1546](https://www.acmicpc.net/problem/1546), [4344](https://www.acmicpc.net/problem/4344), [1110](https://www.acmicpc.net/problem/1110)\n\n### 4th Week Problems ( ~ 2018.11.11)\n\n#### Step5: 함수 사용하기\n\n[4673](https://www.acmicpc.net/problem/4673), [1065](https://www.acmicpc.net/problem/1065), [2448](https://www.acmicpc.net/problem/2448)\n\n### 5th Week Problems ( ~ 2018.11.18)\n\n#### Step6: 1차원 배열 사용하기\n\n[1152](https://www.acmicpc.net/problem/1152), [2577](https://www.acmicpc.net/problem/2577), [8958](https://www.acmicpc.net/problem/8958), [2920](https://www.acmicpc.net/problem/2920), [10039](https://www.acmicpc.net/problem/10039)\n\n### 이후 문제는 시간 순서에 따라 업데이트 함\n\n## Solved Problems\n\n- 그냥 문제 번호 순서대로 나열\n- 문제 번호 앞에 * 가 표시되어 있는 문제는 생각해 볼 만한 문제들\n\n### [1000 A + B](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1000)\n\n### [1001 A - B](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1001)\n\n### [1008 A / B](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1008)\n\n### [1065 한수](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1065)\n\n### [1110 더하기 싸이클](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1110)\n\n### [1152 단어의 개수](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1152)\n\n### [1546 평균](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1546)\n\n### [1924 2007년](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1924)\n\n### [2438 별찍기 - 1](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2438)\n\n### [2439 별찍기 - 2](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2439)\n\n### [2440 별찍기 - 3](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2440)\n\n### [2441 별찍기 - 4](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2441)\n\n### [2448 별찍기 - 11](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2448)\n\n### [2557 Hello World](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2557)\n\n### [2558 A + B - 2](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2558)\n\n### [2577 숫자의 개수](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2577)\n\n### [2739 구구단](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2739)\n\n### [2741 N 찍기](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2741)\n\n### [2742 기찍 N](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2742)\n\n### [*2839 설탕 배달](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2839)\n\n### [2920 음계](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2920)\n\n### [4344 평균은 넘겠지](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/4344)\n\n### [4673 셀프 넘버](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/4673)\n\n### [*5052 전화번호 목록](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/5052)\n\n### [7287 등록](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/7287)\n\n### [8393 합](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/8393)\n\n### [8958 OX퀴즈](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/8958)\n\n### [9498 시험 성적](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/9498)\n\n### [10039 평균 점수](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10039)\n\n### [10172 개](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10172)\n\n### [10430 나머지](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10430)\n\n### [10718 We love kriii](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10718)\n\n### [10817 세 수](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10817)\n\n### [10869 사칙연산](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10869)\n\n### [10871 X보다 작은 수](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10871)\n\n### [10998 A X B](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10998)\n\n### [11720 숫자의 합](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/11720)\n\n### [11721 열 개씩 끊어 출력하기](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/11721)\n\n### [11718 그대로 출력하기](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/11718)\n\n### [11719 그대로 출력하기2](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/11719)\n\n### [11726 2xn 타일링](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/11726)\n\n### [15552 빠른 A + B](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/15552)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongfeel%2Fbaekjoononlinejudge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongfeel%2Fbaekjoononlinejudge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongfeel%2Fbaekjoononlinejudge/lists"}