Skip to content

Commit 07cb561

Browse files
authored
Merge pull request DaleStudy#136 from DaleSeo/main
8주차 문제 폴더 추가
2 parents 1061d0d + f3b568e commit 07cb561

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

combination-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/combination-sum/
2+
- 풀이: https://www.algodale.com/problems/combination-sum/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 문제: https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/
2+
- 풀이: https://www.algodale.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/

implement-trie-prefix-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/implement-trie-prefix-tree/
2+
- 풀이: https://www.algodale.com/problems/implement-trie-prefix-tree/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 문제: https://leetcode.com/problems/kth-smallest-element-in-a-bst/
2+
- 풀이: https://www.algodale.com/problems/kth-smallest-element-in-a-bst/

word-search/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/word-search/
2+
- 풀이: https://www.algodale.com/problems/word-search/

0 commit comments

Comments
 (0)