diff --git a/jump-game/README.md b/jump-game/README.md new file mode 100644 index 000000000..fa56618bb --- /dev/null +++ b/jump-game/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/jump-game/ +- 풀이: https://www.algodale.com/problems/jump-game/ \ No newline at end of file diff --git a/longest-common-subsequence/README.md b/longest-common-subsequence/README.md new file mode 100644 index 000000000..d1abc602c --- /dev/null +++ b/longest-common-subsequence/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/longest-common-subsequence/ +- 풀이: https://www.algodale.com/problems/longest-common-subsequence/ \ No newline at end of file diff --git a/longest-increasing-subsequence/README.md b/longest-increasing-subsequence/README.md new file mode 100644 index 000000000..b0285e896 --- /dev/null +++ b/longest-increasing-subsequence/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/longest-increasing-subsequence/ +- 풀이: https://www.algodale.com/problems/longest-increasing-subsequence/ \ No newline at end of file diff --git a/maximum-subarray/README.md b/maximum-subarray/README.md new file mode 100644 index 000000000..1d693018c --- /dev/null +++ b/maximum-subarray/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/maximum-subarray/ +- 풀이: https://www.algodale.com/problems/maximum-subarray/ \ No newline at end of file diff --git a/unique-paths/README.md b/unique-paths/README.md new file mode 100644 index 000000000..50d44e408 --- /dev/null +++ b/unique-paths/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/unique-paths/ +- 풀이: https://www.algodale.com/problems/unique-paths/ \ No newline at end of file