Skip to content

Commit 83d3906

Browse files
committed
update README.md
1 parent 27bb145 commit 83d3906

File tree

12 files changed

+43
-42
lines changed

12 files changed

+43
-42
lines changed

BAEKJOON/1Bronze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
|023|구현, 다이나믹 프로그래밍, 문자열|Python|핸드폰 번호 궁합|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/1Bronze/%ED%95%B8%EB%93%9C%ED%8F%B0%20%EB%B2%88%ED%98%B8%20%EA%B6%81%ED%95%A9.py)|[바로가기](https://www.acmicpc.net/problem/17202)|
3131

3232

33-
**Update Date 2024/06/21 20:29:04 KST**
33+
**Update Date 2024/09/22 21:56:03 KST**

BAEKJOON/2Silver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@
109109
|102|그리디 알고리즘, 정렬|Python|회의실 배정|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/2Silver/%ED%9A%8C%EC%9D%98%EC%8B%A4%20%EB%B0%B0%EC%A0%95.py)|[바로가기](https://www.acmicpc.net/problem/1931)|
110110

111111

112-
**Update Date 2024/06/21 20:29:04 KST**
112+
**Update Date 2024/09/22 21:56:03 KST**

BAEKJOON/3Gold.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@
5454
|047|자료 구조, 스택|Python|후위 표기식|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold/%ED%9B%84%EC%9C%84%20%ED%91%9C%EA%B8%B0%EC%8B%9D.py)|[바로가기](https://www.acmicpc.net/problem/1918)|
5555

5656

57-
**Update Date 2024/06/21 20:29:04 KST**
57+
**Update Date 2024/09/22 21:56:03 KST**

BAEKJOON/4Platinum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
|001|자료구조, 세그먼트 트리, 느리게 갱신되는 세그먼트 트리|Python|구간 합 구하기 2|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/4Platinum/%EA%B5%AC%EA%B0%84%20%ED%95%A9%20%EA%B5%AC%ED%95%98%EA%B8%B0%202.py)|[바로가기](https://www.acmicpc.net/problem/10999)|
99

1010

11-
**Update Date 2024/06/21 20:29:04 KST**
11+
**Update Date 2024/09/22 21:56:03 KST**

Programmers/Level1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@
6363
|056|연습문제|Python|행렬의 덧셈|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/Programmers/Level1/%ED%96%89%EB%A0%AC%EC%9D%98%20%EB%8D%A7%EC%85%88.py)|[바로가기](https://programmers.co.kr/learn/courses/30/lessons/12950)|
6464

6565

66-
**Update Date 2024/06/21 20:29:04 KST**
66+
**Update Date 2024/09/22 21:56:03 KST**

Programmers/Level2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@
6969
|062|2019 KAKAO BLIND RECRUITMENT|Python|후보키|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/Programmers/Level2/%ED%9B%84%EB%B3%B4%ED%82%A4.py)|[바로가기](https://programmers.co.kr/learn/courses/30/lessons/42890)|
7070

7171

72-
**Update Date 2024/06/21 20:29:04 KST**
72+
**Update Date 2024/09/22 21:56:03 KST**

Programmers/Level3.md

Lines changed: 31 additions & 30 deletions
Large diffs are not rendered by default.

Programmers/Level4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
|001|이분탐색|Python|징검다리|**풀이안됨**|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/Programmers/Level4/%EC%A7%95%EA%B2%80%EB%8B%A4%EB%A6%AC%20X.py)|[바로가기](https://programmers.co.kr/learn/courses/30/lessons/43236)|
99

1010

11-
**Update Date 2024/06/21 20:29:04 KST**
11+
**Update Date 2024/09/22 21:56:03 KST**

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Action에서 다음과 비슷한 오류가 발생했을 때, [Settings]-[Actions
5151
| :--: |:--: |:--: |:--: |:--: |
5252
|Level1|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/Programmers/Level1.md)|57|57|100%|
5353
|Level2|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/Programmers/Level2.md)|59|63|94%|
54-
|Level3|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/Programmers/Level3.md)|28|30|93%|
54+
|Level3|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/Programmers/Level3.md)|29|31|94%|
5555
|Level4|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/Programmers/Level4.md)|01|02|50%|
5656

5757
## SAMSUNG SW Expert Academy
@@ -64,4 +64,4 @@ Action에서 다음과 비슷한 오류가 발생했을 때, [Settings]-[Actions
6464
|Level3|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/SAMSUNG_SW_Expert_Academy/Level3.md)|59|60|98%|
6565

6666

67-
**Update Date 2024/06/21 20:29:04 KST**
67+
**Update Date 2024/09/22 21:56:03 KST**

SAMSUNG_SW_Expert_Academy/Level1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
|007|2072|Python|홀수만 더하기|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/SAMSUNG_SW_Expert_Academy/Level1/%ED%99%80%EC%88%98%EB%A7%8C%20%EB%8D%94%ED%95%98%EA%B8%B0.py)|
1515

1616

17-
**Update Date 2024/06/21 20:29:04 KST**
17+
**Update Date 2024/09/22 21:56:03 KST**

SAMSUNG_SW_Expert_Academy/Level2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
|005|2007|Python|패턴 마디의 길이|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/SAMSUNG_SW_Expert_Academy/Level2/%ED%8C%A8%ED%84%B4%20%EB%A7%88%EB%94%94%EC%9D%98%20%EA%B8%B8%EC%9D%B4.py)|
1313

1414

15-
**Update Date 2024/06/21 20:29:04 KST**
15+
**Update Date 2024/09/22 21:56:03 KST**

SAMSUNG_SW_Expert_Academy/Level3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@
6666
|059|5549|Python|홀수일까 짝수일까|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/SAMSUNG_SW_Expert_Academy/Level3/%ED%99%80%EC%88%98%EC%9D%BC%EA%B9%8C%20%EC%A7%9D%EC%88%98%EC%9D%BC%EA%B9%8C.py)|
6767

6868

69-
**Update Date 2024/06/21 20:29:04 KST**
69+
**Update Date 2024/09/22 21:56:03 KST**

0 commit comments

Comments
 (0)