Skip to content

Commit

Permalink
add folders for week 14
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleSeo committed Jul 28, 2024
1 parent 2f0876b commit 8106249
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions merge-k-sorted-lists/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/merge-k-sorted-lists/
- 풀이: https://www.algodale.com/problems/merge-k-sorted-lists/
2 changes: 2 additions & 0 deletions minimum-window-substring/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/minimum-window-substring/
- 풀이: https://www.algodale.com/problems/minimum-window-substring/
2 changes: 2 additions & 0 deletions set-matrix-zeroes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/set-matrix-zeroes/
- 풀이: https://www.algodale.com/problems/set-matrix-zeroes/
2 changes: 2 additions & 0 deletions spiral-matrix/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/spiral-matrix/
- 풀이: https://www.algodale.com/problems/spiral-matrix/
2 changes: 2 additions & 0 deletions sum-of-two-integers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/sum-of-two-integers/
- 풀이: https://www.algodale.com/problems/sum-of-two-integers/

0 comments on commit 8106249

Please sign in to comment.