Skip to content

Commit

Permalink
2024-04-20 16:17:11
Browse files Browse the repository at this point in the history
Affected files:
.obsidian/workspace.json
src/content/blog/boj-1026-보물.md
  • Loading branch information
gyunseo committed Apr 20, 2024
1 parent 3e506ca commit c39dec6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"state": {
"type": "backlink",
"state": {
"file": "src/content/blog/boj-2230-수-고르기.md",
"file": "src/content/blog/boj-1026-보물.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -120,7 +120,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "src/content/blog/boj-2230-수-고르기.md",
"file": "src/content/blog/boj-1026-보물.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -143,7 +143,7 @@
"state": {
"type": "outline",
"state": {
"file": "src/content/blog/boj-2230-수-고르기.md"
"file": "src/content/blog/boj-1026-보물.md"
}
}
}
Expand All @@ -166,10 +166,10 @@
"table-editor-obsidian:Advanced Tables Toolbar": false
}
},
"active": "b02d3b7f141e67fc",
"active": "bde42f3009553499",
"lastOpenFiles": [
"src/content/blog/boj-1026-보물.md",
"src/content/blog/boj-2230-수-고르기.md",
"src/content/blog/boj-1026-보물.md",
"src/content/blog/boj-15649-N과-M-(1).md",
"src/content/blog/at-coder-beginner-contest-346-up-solve.md",
"Excalidraw/Drawing 2024-03-24 18.59.55.excalidraw.md",
Expand Down
2 changes: 1 addition & 1 deletion src/content/blog/boj-1026-보물.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ogImage: ""

이 문제는 그리디 알고리즘 문제입니다.
브루트 포스를 하려고 하면 `50!`이라는 엄청나게 많은 가지수가 나와서, 그렇게 풀지 못합니다.
하기 노트는 제가 풀면서 한 노트 필기와 풀고 나서 사고 과정을 조금 정제한 노트필기를 합한 것입니다.
하기 노트는 제가 풀면서 한 노트 필기와 풀고 나서 사고 과정을 조금 정제한 노트 필기를 합한 것입니다.

## 풀이 과정

Expand Down

0 comments on commit c39dec6

Please sign in to comment.