Skip to content

Commit

Permalink
Merge pull request #293 from DaleSeo/main
Browse files Browse the repository at this point in the history
15주차 문제 폴더 추가
  • Loading branch information
dev-jonghoonpark authored Aug 10, 2024
2 parents 571aa6f + 1016321 commit ee1ad8e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions alien-dictionary/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- 문제
- 유료: https://leetcode.com/problems/alien-dictionary/
- 무료: https://www.lintcode.com/problem/892/
- 풀이: https://www.algodale.com/problems/alien-dictionary/
2 changes: 2 additions & 0 deletions binary-tree-maximum-path-sum/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/binary-tree-maximum-path-sum/
- 풀이: https://www.algodale.com/problems/binary-tree-maximum-path-sum/
2 changes: 2 additions & 0 deletions find-median-from-data-stream/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/find-median-from-data-stream/
- 풀이: https://www.algodale.com/problems/find-median-from-data-stream/
2 changes: 2 additions & 0 deletions serialize-and-deserialize-binary-tree/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/serialize-and-deserialize-binary-tree/
- 풀이: https://www.algodale.com/problems/serialize-and-deserialize-binary-tree/
2 changes: 2 additions & 0 deletions word-search-ii/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- 문제: https://leetcode.com/problems/word-search-ii/
- 풀이: https://www.algodale.com/problems/word-search-ii/

0 comments on commit ee1ad8e

Please sign in to comment.