diff --git a/clone-graph/README.md b/clone-graph/README.md new file mode 100644 index 000000000..10d92c5c3 --- /dev/null +++ b/clone-graph/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/clone-graph/ +- 풀이: https://www.algodale.com/problems/clone-graph/ \ No newline at end of file diff --git a/course-schedule/README.md b/course-schedule/README.md new file mode 100644 index 000000000..575667eb3 --- /dev/null +++ b/course-schedule/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/course-schedule/ +- 풀이: https://www.algodale.com/problems/course-schedule/ \ No newline at end of file diff --git a/design-add-and-search-words-data-structure/README.md b/design-add-and-search-words-data-structure/README.md new file mode 100644 index 000000000..54818f015 --- /dev/null +++ b/design-add-and-search-words-data-structure/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/design-add-and-search-words-data-structure/ +- 풀이: https://www.algodale.com/problems/design-add-and-search-words-data-structure/ \ No newline at end of file diff --git a/number-of-islands/README.md b/number-of-islands/README.md new file mode 100644 index 000000000..3f6fcd2de --- /dev/null +++ b/number-of-islands/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/number-of-islands/ +- 풀이: https://www.algodale.com/problems/number-of-islands/ \ No newline at end of file diff --git a/pacific-atlantic-water-flow/README.md b/pacific-atlantic-water-flow/README.md new file mode 100644 index 000000000..6603f2f54 --- /dev/null +++ b/pacific-atlantic-water-flow/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/pacific-atlantic-water-flow/ +- 풀이: https://www.algodale.com/problems/pacific-atlantic-water-flow/ \ No newline at end of file