diff --git a/merge-k-sorted-lists/README.md b/merge-k-sorted-lists/README.md new file mode 100644 index 000000000..f101f1931 --- /dev/null +++ b/merge-k-sorted-lists/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/merge-k-sorted-lists/ +- 풀이: https://www.algodale.com/problems/merge-k-sorted-lists/ diff --git a/minimum-window-substring/README.md b/minimum-window-substring/README.md new file mode 100644 index 000000000..084ba335f --- /dev/null +++ b/minimum-window-substring/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/minimum-window-substring/ +- 풀이: https://www.algodale.com/problems/minimum-window-substring/ diff --git a/set-matrix-zeroes/README.md b/set-matrix-zeroes/README.md new file mode 100644 index 000000000..00475af05 --- /dev/null +++ b/set-matrix-zeroes/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/set-matrix-zeroes/ +- 풀이: https://www.algodale.com/problems/set-matrix-zeroes/ diff --git a/spiral-matrix/README.md b/spiral-matrix/README.md new file mode 100644 index 000000000..62f0a3169 --- /dev/null +++ b/spiral-matrix/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/spiral-matrix/ +- 풀이: https://www.algodale.com/problems/spiral-matrix/ diff --git a/sum-of-two-integers/README.md b/sum-of-two-integers/README.md new file mode 100644 index 000000000..13f15f566 --- /dev/null +++ b/sum-of-two-integers/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/sum-of-two-integers/ +- 풀이: https://www.algodale.com/problems/sum-of-two-integers/