Skip to content

Commit

Permalink
📝 docs: 9월 문제 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
jaea-kim committed Jul 31, 2023
1 parent 5d8576c commit b77bf8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@
| week_21 | 07-10 ~ 07-16 | Shortest Path | <p align=left> 1️⃣ [특정 거리의 도시 찾기](https://www.acmicpc.net/problem/18352) <br> 2️⃣ [경로 찾기](https://www.acmicpc.net/problem/11403) <br> 3️⃣ [숨바꼭질 3](https://www.acmicpc.net/problem/13549) </p> | <img height="20px" width="25px" src="https://static.solved.ac/tier_small/9.svg"/> <br> <img height="20px" width="25px" src="https://static.solved.ac/tier_small/10.svg"/> <br> <img height="20px" width="25px" src="https://static.solved.ac/tier_small/11.svg"/> | <br><br> |
| week_22 | 07-17 ~ 07-23 | Minimum Spanning Tree | <p align=left> 1️⃣ [최소 스패닝 트리](https://www.acmicpc.net/problem/1197) <br> 2️⃣ [네트워크 연결](https://www.acmicpc.net/problem/1922) <br> 3️⃣ [도시 건설](https://www.acmicpc.net/problem/21924) </p> | <img height="20px" width="25px" src="https://static.solved.ac/tier_small/12.svg"/> <br> <img height="20px" width="25px" src="https://static.solved.ac/tier_small/12.svg"/> <br> <img height="20px" width="25px" src="https://static.solved.ac/tier_small/12.svg"/> | <br><br> |
| week_23 | 07-24 ~ 07-30 | Simulation | <p align=left> 1️⃣ [지구 온난화](https://www.acmicpc.net/problem/5212) <br> 2️⃣ [후보 추천하기](https://www.acmicpc.net/problem/1713) <br> 3️⃣ [마법사 상어와 비바라기](https://www.acmicpc.net/problem/21610) </p> | <img height="20px" width="25px" src="https://static.solved.ac/tier_small/9.svg"/> <br> <img height="20px" width="25px" src="https://static.solved.ac/tier_small/10.svg"/> <br> <img height="20px" width="25px" src="https://static.solved.ac/tier_small/11.svg"/> | <br><br> |
| week_24 | 07-31 ~ 08-06 | - | <p align=left> 1️⃣ [238. Product of Array Except Self](https://leetcode.com/problems/product-of-array-except-self/?envType=study-plan-v2&envId=leetcode-75) <br> 2️⃣ [2300. Successful Pairs of Spells and Potions](https://leetcode.com/problems/successful-pairs-of-spells-and-potions/?envType=study-plan-v2&envId=leetcode-75) <br> 3️⃣ [10. Regular Expression Matching](https://leetcode.com/problems/regular-expression-matching/) </p> | Medium <br> Medium <br> Hard | <br><br> |
| week_25 | 08-07 ~ 08-13 | - | <p align=left> 1️⃣ [11. Container With Most Water](https://leetcode.com/problems/container-with-most-water/?envType=study-plan-v2&envId=leetcode-75) <br> 2️⃣ [649. Dota2 Senate](https://leetcode.com/problems/dota2-senate/?envType=study-plan-v2&envId=leetcode-75) <br> 3️⃣ [115. Distinct Subsequences](https://leetcode.com/problems/distinct-subsequences/) </p> | Medium <br> Medium <br> Hard | <br><br> |
| week_26 | 08-14 ~ 08-20 | - | <p align=left> 1️⃣ [443. String Compression](https://leetcode.com/problems/string-compression/description/?envType=study-plan-v2&envId=leetcode-75) <br> 2️⃣ [437. Path Sum III](https://leetcode.com/problems/path-sum-iii/?envType=study-plan-v2&envId=leetcode-75) <br> 3️⃣ [127. Word Ladder](https://leetcode.com/problems/word-ladder/) </p> | Medium <br> Medium <br> Hard | <br><br> |
| week_27 | 08-21 ~ 08-27 | - | <p align=left> 1️⃣ [1456. Maximum Number of Vowels in a Substring of Given Length](https://leetcode.com/problems/maximum-number-of-vowels-in-a-substring-of-given-length/?envType=study-plan-v2&envId=leetcode-75) <br> 2️⃣ [450. Delete Node in a BST](https://leetcode.com/problems/delete-node-in-a-bst/?envType=study-plan-v2&envId=leetcode-75) <br> 3️⃣ [295. Find Median from Data Stream](https://leetcode.com/problems/find-median-from-data-stream/) </p> | Medium <br> Medium <br> Hard | <br><br> |
| week_28 | 08-29 ~ 09-03 | - | <p align=left> 1️⃣ [1657. Determine if Two Strings Are Close](https://leetcode.com/problems/determine-if-two-strings-are-close/?envType=study-plan-v2&envId=leetcode-75) <br> 2️⃣ [2462. Total Cost to Hire K Workers](https://leetcode.com/problems/total-cost-to-hire-k-workers/?envType=study-plan-v2&envId=leetcode-75) <br> 3️⃣ [212. Word Search II](https://leetcode.com/problems/word-search-ii/) </p> | Medium <br> Medium <br> Hard | <br><br> |




Expand Down

0 comments on commit b77bf8a

Please sign in to comment.