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
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

+2
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

+2
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/
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

+4
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

+2
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

+2
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

+2
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

+2
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

+2
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)