Skip to content

Commit 6675e64

Browse files
committed
2 parents fe23d04 + 8729ab3 commit 6675e64

File tree

12 files changed

+51
-50
lines changed

12 files changed

+51
-50
lines changed

BAEKJOON/1Bronze.md

+1-1
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/04/23 15:16:46 KST**
33+
**Update Date 2024/04/23 17:50:17 KST**

BAEKJOON/2Silver.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@
108108
|101|그리디 알고리즘, 정렬|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)|
109109

110110

111-
**Update Date 2024/04/23 15:16:46 KST**
111+
**Update Date 2024/04/23 17:50:17 KST**

BAEKJOON/3Gold.md

+39-38
Large diffs are not rendered by default.

BAEKJOON/4Platinum.md

+1-1
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/04/23 15:16:46 KST**
11+
**Update Date 2024/04/23 17:50:17 KST**

Programmers/Level1.md

+1-1
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/04/23 15:16:46 KST**
66+
**Update Date 2024/04/23 17:50:17 KST**

Programmers/Level2.md

+1-1
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/04/23 15:16:46 KST**
72+
**Update Date 2024/04/23 17:50:17 KST**

Programmers/Level3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
|026|2021 KAKAO BLIND RECRUITMENT|Python|합승 택시 요금|풀이완료|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/Programmers/Level3/%ED%95%A9%EC%8A%B9%20%ED%83%9D%EC%8B%9C%20%EC%9A%94%EA%B8%88.py)|[바로가기](https://school.programmers.co.kr/learn/courses/30/lessons/72413)|
3434

3535

36-
**Update Date 2024/04/23 15:16:46 KST**
36+
**Update Date 2024/04/23 17:50:17 KST**

Programmers/Level4.md

+1-1
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/04/23 15:16:46 KST**
11+
**Update Date 2024/04/23 17:50:17 KST**

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Action에서 다음과 비슷한 오류가 발생했을 때, [Settings]-[Actions
4141
| :--: |:--: |:--: |:--: |:--: |
4242
|1Bronze|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/1Bronze.md)|24|24|100%|
4343
|2Silver|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/2Silver.md)|102|102|100%|
44-
|3Gold|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold.md)|40|42|95%|
44+
|3Gold|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/3Gold.md)|41|43|95%|
4545
|4Platinum|[바로가기](https://github.com/westreed/ProgrammersAlgorithm/blob/main/BAEKJOON/4Platinum.md)|01|02|50%|
4646

4747
## 프로그래머스
@@ -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/04/23 15:16:46 KST**
67+
**Update Date 2024/04/23 17:50:17 KST**

SAMSUNG_SW_Expert_Academy/Level1.md

+1-1
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/04/23 15:16:46 KST**
17+
**Update Date 2024/04/23 17:50:17 KST**

SAMSUNG_SW_Expert_Academy/Level2.md

+1-1
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/04/23 15:16:46 KST**
15+
**Update Date 2024/04/23 17:50:17 KST**

SAMSUNG_SW_Expert_Academy/Level3.md

+1-1
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/04/23 15:16:46 KST**
69+
**Update Date 2024/04/23 17:50:17 KST**

0 commit comments

Comments
 (0)