Skip to content

Commit f3d4e01

Browse files
authored
Merge pull request DaleStudy#124 from DaleSeo/main
7주차 문제 폴더 추가
2 parents 74db2c7 + 53df2a2 commit f3d4e01

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-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/binary-tree-level-order-traversal/
2+
- 풀이: https://www.algodale.com/problems/binary-tree-level-order-traversal/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 문제: https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/
2+
- 풀이: https://www.algodale.com/problems/lowest-common-ancestor-of-a-binary-search-tree/
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- 문제: https://leetcode.com/problems/remove-nth-node-from-end-of-list/
2+
- 풀이: https://www.algodale.com/problems/remove-nth-node-from-end-of-list/

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

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

0 commit comments

Comments
 (0)