Skip to content

Commit

Permalink
add folders for week 7
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleSeo committed Jun 8, 2024
1 parent 74db2c7 commit 53df2a2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binary-tree-level-order-traversal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/binary-tree-level-order-traversal/
- 풀이: https://www.algodale.com/problems/binary-tree-level-order-traversal/
2 changes: 2 additions & 0 deletions lowest-common-ancestor-of-a-binary-search-tree/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/
- 풀이: https://www.algodale.com/problems/lowest-common-ancestor-of-a-binary-search-tree/
2 changes: 2 additions & 0 deletions remove-nth-node-from-end-of-list/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/remove-nth-node-from-end-of-list/
- 풀이: https://www.algodale.com/problems/remove-nth-node-from-end-of-list/
2 changes: 2 additions & 0 deletions reorder-list/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/reorder-list/
- 풀이: https://www.algodale.com/problems/reorder-list/
2 changes: 2 additions & 0 deletions validate-binary-search-tree/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/validate-binary-search-tree/
- 풀이: https://www.algodale.com/problems/validate-binary-search-tree/

0 comments on commit 53df2a2

Please sign in to comment.