diff --git a/3sum/README.md b/3sum/README.md new file mode 100644 index 000000000..94cc1f8e2 --- /dev/null +++ b/3sum/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/3sum/ +- 풀이: https://www.algodale.com/problems/3sum/ \ No newline at end of file diff --git a/encode-and-decode-strings/README.md b/encode-and-decode-strings/README.md new file mode 100644 index 000000000..8536228cc --- /dev/null +++ b/encode-and-decode-strings/README.md @@ -0,0 +1,4 @@ +- 문제 + - 유료: https://leetcode.com/problems/encode-and-decode-strings/ + - 무료: https://www.lintcode.com/problem/659/ +- 풀이: https://www.algodale.com/problems/encode-and-decode-strings/ \ No newline at end of file diff --git a/longest-consecutive-sequence/README.md b/longest-consecutive-sequence/README.md new file mode 100644 index 000000000..8e4664ce8 --- /dev/null +++ b/longest-consecutive-sequence/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/longest-consecutive-sequence/ +- 풀이: https://www.algodale.com/problems/longest-consecutive-sequence/ \ No newline at end of file diff --git a/product-of-array-except-self/README.md b/product-of-array-except-self/README.md new file mode 100644 index 000000000..21743dcd1 --- /dev/null +++ b/product-of-array-except-self/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/product-of-array-except-self/ +- 풀이: https://www.algodale.com/problems/product-of-array-except-self/ \ No newline at end of file diff --git a/top-k-frequent-elements/README.md b/top-k-frequent-elements/README.md new file mode 100644 index 000000000..0cf881bae --- /dev/null +++ b/top-k-frequent-elements/README.md @@ -0,0 +1,2 @@ +- 문제: https://leetcode.com/problems/top-k-frequent-elements/ +- 풀이: https://www.algodale.com/problems/top-k-frequent-elements/ \ No newline at end of file