https://github.com/jongfeel/baekjoononlinejudge
Beakjoon online judge problems solve
https://github.com/jongfeel/baekjoononlinejudge
baekjoon csharp dotnet-core slack visual-studio-code
Last synced: 2 months ago
JSON representation
Beakjoon online judge problems solve
- Host: GitHub
- URL: https://github.com/jongfeel/baekjoononlinejudge
- Owner: jongfeel
- License: mit
- Created: 2018-10-17T14:09:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-21T08:39:47.000Z (over 7 years ago)
- Last Synced: 2025-02-23T17:06:21.974Z (over 1 year ago)
- Topics: baekjoon, csharp, dotnet-core, slack, visual-studio-code
- Language: C#
- Size: 103 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BaekjoonOnlineJudge
Beakjoon online judge problems solve
## Study group
### Community place
[slack link](https://astudy-group.slack.com)
### Code review
- 일정 기간 동안 풀어야 할 문제가 주어짐
- 기간 안에 스터디원은 각자 문제를 풀고 코드를 slack의 코드공유 채널에 올림
- 이후 각자 코드를 보며 코드 리뷰를 하고 질문/답변을 진행하면서 알고리즘에 대한 이해를 진행
### Features
- 온라인 모임
- 문제를 푸는 기간은 정해져 있지만 코드 리뷰를 하는 건 코드 공유한 시점 이후 자유롭게 가능
- 스터디원은 각자 익숙한 프로그래밍 언어로 함: Java, pPython, JavaScript, C++, C# 등
- 유일하게 나 혼자 C#임
- 2018년 11월 중순 이후 아무도 스터디를 하는 사람이 없음, 그래서 나도 안하고 있다가
- [다른 스터디 모임](https://github.com/jongfeel/SongDoAlgorithmStudy)을 통해 동일한 문제를 풀고 간간이 업데이트 함
### System Requirement, C#
- Tool: [Visual Studio Code](https://code.visualstudio.com/)
- SDK: [.NET Core 2.1](https://www.microsoft.com/net/download)
- Language: C#
- [Get Started with C# and Visual Studio Code](https://docs.microsoft.com/ko-kr/dotnet/core/tutorials/with-visual-studio-code)
### 1st Week Problems ( ~ 2018.10.21)
[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)
### 2nd Week Problems ( ~ 2018.10.28)
#### Step1: 입/출력 받아보기
[10718](https://www.acmicpc.net/problem/10718), [11719](https://www.acmicpc.net/problem/11719)
#### Step2: 사칙연산 도전하기
[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)
#### Step3: for문 사용해보기
[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)
### 3rd Week Problems ( ~ 2018.11.04)
#### Step4: if문 사용해보기
[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)
### 4th Week Problems ( ~ 2018.11.11)
#### Step5: 함수 사용하기
[4673](https://www.acmicpc.net/problem/4673), [1065](https://www.acmicpc.net/problem/1065), [2448](https://www.acmicpc.net/problem/2448)
### 5th Week Problems ( ~ 2018.11.18)
#### Step6: 1차원 배열 사용하기
[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)
### 이후 문제는 시간 순서에 따라 업데이트 함
## Solved Problems
- 그냥 문제 번호 순서대로 나열
- 문제 번호 앞에 * 가 표시되어 있는 문제는 생각해 볼 만한 문제들
### [1000 A + B](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1000)
### [1001 A - B](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1001)
### [1008 A / B](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1008)
### [1065 한수](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1065)
### [1110 더하기 싸이클](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1110)
### [1152 단어의 개수](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1152)
### [1546 평균](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1546)
### [1924 2007년](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/1924)
### [2438 별찍기 - 1](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2438)
### [2439 별찍기 - 2](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2439)
### [2440 별찍기 - 3](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2440)
### [2441 별찍기 - 4](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2441)
### [2448 별찍기 - 11](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2448)
### [2557 Hello World](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2557)
### [2558 A + B - 2](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2558)
### [2577 숫자의 개수](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2577)
### [2739 구구단](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2739)
### [2741 N 찍기](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2741)
### [2742 기찍 N](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2742)
### [*2839 설탕 배달](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2839)
### [2920 음계](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/2920)
### [4344 평균은 넘겠지](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/4344)
### [4673 셀프 넘버](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/4673)
### [*5052 전화번호 목록](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/5052)
### [7287 등록](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/7287)
### [8393 합](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/8393)
### [8958 OX퀴즈](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/8958)
### [9498 시험 성적](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/9498)
### [10039 평균 점수](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10039)
### [10172 개](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10172)
### [10430 나머지](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10430)
### [10718 We love kriii](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10718)
### [10817 세 수](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10817)
### [10869 사칙연산](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10869)
### [10871 X보다 작은 수](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10871)
### [10998 A X B](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/10998)
### [11720 숫자의 합](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/11720)
### [11721 열 개씩 끊어 출력하기](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/11721)
### [11718 그대로 출력하기](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/11718)
### [11719 그대로 출력하기2](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/11719)
### [11726 2xn 타일링](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/11726)
### [15552 빠른 A + B](https://github.com/jongfeel/BaekjoonOnlineJudge/tree/master/Problems/15552)