We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a12ae7 commit 3044d37Copy full SHA for 3044d37
1 file changed
_WeeklyChallenges/W23-[BFS]/README.md
@@ -0,0 +1,18 @@
1
+## 🚀5월 3주차 (5/19) 스터디 발제 주제: Graph (BFS)
2
+> 발제자: 김민정 (@Mingguriguri)
3
+
4
+> [!NOTE]
5
+> 주제: Graph (BFS)
6
7
+### 🗂️ 스터디 자료
8
+- PDF: [바로가기](Study_BOJ_7576.pdf)
9
+<img width="500" alt="스터디문제" src="https://github.com/user-attachments/assets/5ef6096c-b265-4595-8a0e-033905fc2ea6" />
10
+<img width="500" alt="발제문제" src="https://github.com/user-attachments/assets/c4495d0b-0c96-4bd3-bcd5-a40be6c99f4e" />
11
12
+### 📖 문제
13
+- [백준 #7576. 토마토](https://www.acmicpc.net/problem/7576): Graph (BFS) / 골드5
14
+- 정답 코드: [Study_BOJ_7576_토마토.py](Study_BOJ_7576_토마토.py)
15
16
+### 💻 과제
17
+- [백준 #7569. 토마토](https://www.acmicpc.net/problem/7569): Graph (BFS) / 골드5
18
+- 정답 코드: [Assignment_BOJ_7569_토마토.py](Assignment_BOJ_7569_토마토.py)
0 commit comments