-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
이슈넘버: | ||
소요시간: | ||
알고리즘: | ||
--- | ||
|
||
<!---- 알고리즘 문제를 해결하고, 해결 과정 작성을 위한 PR 템플릿 입니다.--> | ||
<!---- 아래의 이슈넘버, 소스코드, 소요시간, 알고리즘은 필수로 내용을 채워주세요. --> | ||
<!---- 풀이부터는 기존 작성하시던대로 편하게 작성하시면 됩니다. --> | ||
|
||
### 이슈넘버 | ||
<!---- 문제와 맞는 Issue를 연결해주세요. #문제제목 입력하면 이슈가 자동완성됩니다.--> | ||
|
||
|
||
--- | ||
### 소스코드 | ||
<!---- 소스코드를 작성하거나, 링크해주세요. 예시처럼 작성하시거나 MD코드 올리시면 됩니다.--> | ||
[클릭하면 깃허브 코드로 이동됩니다.](https://github.com/BE-Archive/Algorithm-Study/blob/main/wnso-kim/Week_06/BOJ_1931_회의실배정/BOJ_1931_회의실배정.java) | ||
[클릭하면 백준 코드로 이동됩니다.](https://www.acmicpc.net/source/74259268) | ||
``` | ||
소스코드를 이곳에 작성하거나 | ||
위의 링크를 적절히 수정해 사용하세요 | ||
``` | ||
|
||
--- | ||
### 소요시간 | ||
<!---- 문제풀이 소요 시간을 작성해 주세요--> | ||
분 | ||
|
||
--- | ||
### 알고리즘 | ||
<!-- 문제 풀이에 사용된 알고리즘을 작성하고, 레이블을 달아주세요. --> | ||
<!-- 레이블을 꼭 달아주세요 --> | ||
|
||
--- | ||
### 풀이 | ||
<!---- 여기서부터는 자유롭게 작성하시면 됩니다.--> |