Skip to content

Commit

Permalink
add folders for week 13
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleSeo committed Jul 21, 2024
1 parent b3b9556 commit 73a4fb6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions insert-interval/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/insert-interval/
- 풀이: https://www.algodale.com/problems/insert-interval/
2 changes: 2 additions & 0 deletions meeting-rooms-ii/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/meeting-rooms-ii/
- 풀이: https://www.algodale.com/problems/meeting-rooms-ii/
2 changes: 2 additions & 0 deletions merge-intervals/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/merge-intervals/
- 풀이: https://www.algodale.com/problems/merge-intervals/
2 changes: 2 additions & 0 deletions non-overlapping-intervals/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/non-overlapping-intervals/
- 풀이: https://www.algodale.com/problems/non-overlapping-intervals/
2 changes: 2 additions & 0 deletions rotate-image/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/rotate-image/
- 풀이: https://www.algodale.com/problems/rotate-image/

0 comments on commit 73a4fb6

Please sign in to comment.