Skip to content

Commit 07d061c

Browse files
committed
chore: add missing README.md
1 parent 69ffb4c commit 07d061c

File tree

10 files changed

+22
-0
lines changed

10 files changed

+22
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 문제: https://leetcode.com/problems/best-time-to-buy-and-sell-stock/
2+
- 해설: https://www.algodale.com/problems/best-time-to-buy-and-sell-stock/

climbing-stairs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 문제: https://leetcode.com/problems/climbing-stairs/
2+
- 풀이: https://www.algodale.com/problems/climbing-stairs/

contains-duplicate/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 문제: https://leetcode.com/problems/contains-duplicate/
2+
- 해설: https://www.algodale.com/problems/contains-duplicate/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 문제: https://leetcode.com/problems/maximum-depth-of-binary-tree/
2+
- 풀이: https://www.algodale.com/problems/maximum-depth-of-binary-tree/

meeting-rooms/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- 문제
2+
- 유료: https://leetcode.com/problems/meeting-rooms/
3+
- 무료: https://www.lintcode.com/problem/920/
4+
- 풀이: https://www.algodale.com/problems/meeting-rooms/

same-tree/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 문제: https://leetcode.com/problems/same-tree/
2+
- 풀이: https://www.algodale.com/problems/same-tree/

subtree-of-another-tree/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 문제: https://leetcode.com/problems/subtree-of-another-tree/
2+
- 풀이: https://www.algodale.com/problems/subtree-of-another-tree/

two-sum/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 문제: https://leetcode.com/problems/two-sum/
2+
- 해설: https://www.algodale.com/problems/two-sum/

valid-anagram/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 문제: https://leetcode.com/problems/valid-anagram/
2+
- 해설: https://www.algodale.com/problems/valid-anagram/

valid-palindrome/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 문제: https://leetcode.com/problems/valid-palindrome/
2+
- 해설: https://www.algodale.com/problems/valid-palindrome/

0 commit comments

Comments
 (0)