diff --git a/graph-valid-tree/README.md b/graph-valid-tree/README.md new file mode 100644 index 000000000..5910b07fe --- /dev/null +++ b/graph-valid-tree/README.md @@ -0,0 +1,4 @@ +- 문제 + - 유료: https://leetcode.com/problems/graph-valid-tree/ + - 무료: https://www.lintcode.com/problem/178/ +- 풀이: https://www.algodale.com/problems/graph-valid-tree/ \ No newline at end of file diff --git a/house-robber-ii/README.md b/house-robber-ii/README.md new file mode 100644 index 000000000..c91ac2c58 --- /dev/null +++ b/house-robber-ii/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/house-robber-ii/ +- 풀이: https://www.algodale.com/problems/house-robber-ii/ \ No newline at end of file diff --git a/house-robber/README.md b/house-robber/README.md new file mode 100644 index 000000000..0260f89e6 --- /dev/null +++ b/house-robber/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/house-robber/ +- 풀이: https://www.algodale.com/problems/house-robber/ \ No newline at end of file diff --git a/longest-palindromic-substring/README.md b/longest-palindromic-substring/README.md new file mode 100644 index 000000000..04831060b --- /dev/null +++ b/longest-palindromic-substring/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/longest-palindromic-substring/ +- 풀이: https://www.algodale.com/problems/longest-palindromic-substring/ \ No newline at end of file diff --git a/number-of-connected-components-in-an-undirected-graph/README.md b/number-of-connected-components-in-an-undirected-graph/README.md new file mode 100644 index 000000000..7aba26cb5 --- /dev/null +++ b/number-of-connected-components-in-an-undirected-graph/README.md @@ -0,0 +1,4 @@ +- 문제 + - 유료: https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/ + - 무료: https://www.lintcode.com/problem/3651/ +- 풀이: https://www.algodale.com/problems/number-of-connected-components-in-an-undirected-graph/ \ No newline at end of file