Skip to content

Commit 8a7eec0

Browse files
committed
docs: readme에 레포지토리에 대한 상세한 설명 추가
1 parent dbab798 commit 8a7eec0

File tree

12 files changed

+7
-77
lines changed

12 files changed

+7
-77
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.idea/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/AlgorithmSolving.iml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.idea/misc.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/modules.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# algorithm-solving
22

3-
- 백준에서 다양한 문제를 풀고 리뷰하는 레포지토리입니다.
4-
- Gold 3 - [**rkdgudwns**](https://www.acmicpc.net/user/rkdgudwns)
3+
- 백준에서 다양한 문제를 풀고 리뷰하는 레포지토리입니다.
4+
- 백준 프로필 : [**rkdgudwns**](https://www.acmicpc.net/user/rkdgudwns)
55

66
## Boilerplate
77

8-
- 알고리즘의 기본적인 파이썬 소스 코드입니다.
8+
- 알고리즘의 대표적인 유형 보일러플레이트입니다.
9+
- DFS, BFS, 이진탐색, 다익스트라 등 자주 쓰이는 알고리즘의 예제가 있습니다.
910

1011
## Baekjoon
1112

12-
- 알고리즘 문제를 풀면서 중요하다고 생각한 부분을 업로드합니다.
13+
- 백준 문제를 풀면서 중요하다고 느끼는 것들을 업로드합니다.
1314

1415
## workbook
1516

16-
- 문제집에 대한 풀이입니다.
17-
17+
- 백준 인기 문제집에 대한 풀이입니다.
18+
- 다른 문제집에 있는 중복된 문제가 있을 수 있습니다.

workbook/0x10강 - 다이나믹 프로그래밍/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)