Skip to content

Commit

Permalink
add folders for week 10
Browse files Browse the repository at this point in the history
  • Loading branch information
DaleSeo committed Jun 30, 2024
1 parent decb469 commit 97d93a8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions graph-valid-tree/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- 문제
- 유료: https://leetcode.com/problems/graph-valid-tree/
- 무료: https://www.lintcode.com/problem/178/
- 풀이: https://www.algodale.com/problems/graph-valid-tree/
2 changes: 2 additions & 0 deletions house-robber-ii/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/house-robber-ii/
- 풀이: https://www.algodale.com/problems/house-robber-ii/
2 changes: 2 additions & 0 deletions house-robber/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/house-robber/
- 풀이: https://www.algodale.com/problems/house-robber/
2 changes: 2 additions & 0 deletions longest-palindromic-substring/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/longest-palindromic-substring/
- 풀이: https://www.algodale.com/problems/longest-palindromic-substring/
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- 문제
- 유료: https://leetcode.com/problems/number-of-connected-components-in-an-undirected-graph/
- 무료: https://www.lintcode.com/problem/3651/
- 풀이: https://www.algodale.com/problems/number-of-connected-components-in-an-undirected-graph/

0 comments on commit 97d93a8

Please sign in to comment.