diff --git a/best-time-to-buy-and-sell-stock/README.md b/best-time-to-buy-and-sell-stock/README.md new file mode 100644 index 000000000..2ffae61dc --- /dev/null +++ b/best-time-to-buy-and-sell-stock/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/best-time-to-buy-and-sell-stock/ +- 해설: https://www.algodale.com/problems/best-time-to-buy-and-sell-stock/ \ No newline at end of file diff --git a/climbing-stairs/README.md b/climbing-stairs/README.md new file mode 100644 index 000000000..7036d4456 --- /dev/null +++ b/climbing-stairs/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/climbing-stairs/ +- 풀이: https://www.algodale.com/problems/climbing-stairs/ \ No newline at end of file diff --git a/contains-duplicate/README.md b/contains-duplicate/README.md new file mode 100644 index 000000000..53f856054 --- /dev/null +++ b/contains-duplicate/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/contains-duplicate/ +- 해설: https://www.algodale.com/problems/contains-duplicate/ \ No newline at end of file diff --git a/maximum-depth-of-binary-tree/README.md b/maximum-depth-of-binary-tree/README.md new file mode 100644 index 000000000..a5b2f30f1 --- /dev/null +++ b/maximum-depth-of-binary-tree/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/maximum-depth-of-binary-tree/ +- 풀이: https://www.algodale.com/problems/maximum-depth-of-binary-tree/ \ No newline at end of file diff --git a/meeting-rooms/README.md b/meeting-rooms/README.md new file mode 100644 index 000000000..1dcc472a8 --- /dev/null +++ b/meeting-rooms/README.md @@ -0,0 +1,4 @@ +- 문제 + - 유료: https://leetcode.com/problems/meeting-rooms/ + - 무료: https://www.lintcode.com/problem/920/ +- 풀이: https://www.algodale.com/problems/meeting-rooms/ \ No newline at end of file diff --git a/same-tree/README.md b/same-tree/README.md new file mode 100644 index 000000000..c88aab5a2 --- /dev/null +++ b/same-tree/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/same-tree/ +- 풀이: https://www.algodale.com/problems/same-tree/ \ No newline at end of file diff --git a/subtree-of-another-tree/README.md b/subtree-of-another-tree/README.md new file mode 100644 index 000000000..feb93def2 --- /dev/null +++ b/subtree-of-another-tree/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/subtree-of-another-tree/ +- 풀이: https://www.algodale.com/problems/subtree-of-another-tree/ \ No newline at end of file diff --git a/two-sum/README.md b/two-sum/README.md new file mode 100644 index 000000000..116b94010 --- /dev/null +++ b/two-sum/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/two-sum/ +- 해설: https://www.algodale.com/problems/two-sum/ \ No newline at end of file diff --git a/valid-anagram/README.md b/valid-anagram/README.md new file mode 100644 index 000000000..2043a1549 --- /dev/null +++ b/valid-anagram/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/valid-anagram/ +- 해설: https://www.algodale.com/problems/valid-anagram/ \ No newline at end of file diff --git a/valid-palindrome/README.md b/valid-palindrome/README.md new file mode 100644 index 000000000..fa1856f32 --- /dev/null +++ b/valid-palindrome/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/valid-palindrome/ +- 해설: https://www.algodale.com/problems/valid-palindrome/ \ No newline at end of file