Skip to content

Commit

Permalink
chore: add missing README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleSeo committed May 12, 2024
1 parent 69ffb4c commit 07d061c
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions best-time-to-buy-and-sell-stock/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/best-time-to-buy-and-sell-stock/
- 해설: https://www.algodale.com/problems/best-time-to-buy-and-sell-stock/
2 changes: 2 additions & 0 deletions climbing-stairs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/climbing-stairs/
- 풀이: https://www.algodale.com/problems/climbing-stairs/
2 changes: 2 additions & 0 deletions contains-duplicate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/contains-duplicate/
- 해설: https://www.algodale.com/problems/contains-duplicate/
2 changes: 2 additions & 0 deletions maximum-depth-of-binary-tree/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/maximum-depth-of-binary-tree/
- 풀이: https://www.algodale.com/problems/maximum-depth-of-binary-tree/
4 changes: 4 additions & 0 deletions meeting-rooms/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- 문제
- 유료: https://leetcode.com/problems/meeting-rooms/
- 무료: https://www.lintcode.com/problem/920/
- 풀이: https://www.algodale.com/problems/meeting-rooms/
2 changes: 2 additions & 0 deletions same-tree/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/same-tree/
- 풀이: https://www.algodale.com/problems/same-tree/
2 changes: 2 additions & 0 deletions subtree-of-another-tree/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/subtree-of-another-tree/
- 풀이: https://www.algodale.com/problems/subtree-of-another-tree/
2 changes: 2 additions & 0 deletions two-sum/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/two-sum/
- 해설: https://www.algodale.com/problems/two-sum/
2 changes: 2 additions & 0 deletions valid-anagram/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/valid-anagram/
- 해설: https://www.algodale.com/problems/valid-anagram/
2 changes: 2 additions & 0 deletions valid-palindrome/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/valid-palindrome/
- 해설: https://www.algodale.com/problems/valid-palindrome/

0 comments on commit 07d061c

Please sign in to comment.