diff --git a/alien-dictionary/README.md b/alien-dictionary/README.md new file mode 100644 index 000000000..39354a52b --- /dev/null +++ b/alien-dictionary/README.md @@ -0,0 +1,4 @@ +- 문제 + - 유료: https://leetcode.com/problems/alien-dictionary/ + - 무료: https://www.lintcode.com/problem/892/ +- 풀이: https://www.algodale.com/problems/alien-dictionary/ diff --git a/binary-tree-maximum-path-sum/README.md b/binary-tree-maximum-path-sum/README.md new file mode 100644 index 000000000..e41e28aac --- /dev/null +++ b/binary-tree-maximum-path-sum/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/binary-tree-maximum-path-sum/ +- 풀이: https://www.algodale.com/problems/binary-tree-maximum-path-sum/ \ No newline at end of file diff --git a/find-median-from-data-stream/README.md b/find-median-from-data-stream/README.md new file mode 100644 index 000000000..52a6c2c05 --- /dev/null +++ b/find-median-from-data-stream/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/find-median-from-data-stream/ +- 풀이: https://www.algodale.com/problems/find-median-from-data-stream/ \ No newline at end of file diff --git a/serialize-and-deserialize-binary-tree/README.md b/serialize-and-deserialize-binary-tree/README.md new file mode 100644 index 000000000..075cdde8e --- /dev/null +++ b/serialize-and-deserialize-binary-tree/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/serialize-and-deserialize-binary-tree/ +- 풀이: https://www.algodale.com/problems/serialize-and-deserialize-binary-tree/ \ No newline at end of file diff --git a/word-search-ii/README.md b/word-search-ii/README.md new file mode 100644 index 000000000..4074e01ac --- /dev/null +++ b/word-search-ii/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/word-search-ii/ +- 풀이: https://www.algodale.com/problems/word-search-ii/ \ No newline at end of file