forked from satnaing/astro-paper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Affected files: .obsidian/workspace.json src/content/blog/boj-1026-보물.md src/content/blog/boj-2230-수-고르기.md
- Loading branch information
Showing
3 changed files
with
37 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,17 +8,23 @@ | |
"type": "tabs", | ||
"children": [ | ||
{ | ||
"id": "bca541d78e8a5948", | ||
"id": "bde42f3009553499", | ||
"type": "leaf", | ||
"state": { | ||
"type": "markdown", | ||
"state": { | ||
"file": "src/content/blog/boj-15649-N과-M-(1).md", | ||
"file": "src/content/blog/boj-1026-보물.md", | ||
"mode": "source", | ||
"source": false | ||
} | ||
} | ||
}, | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "a054e1855ac802e6", | ||
"type": "tabs", | ||
"children": [ | ||
{ | ||
"id": "b02d3b7f141e67fc", | ||
"type": "leaf", | ||
|
@@ -31,8 +37,7 @@ | |
} | ||
} | ||
} | ||
], | ||
"currentTab": 1 | ||
] | ||
} | ||
], | ||
"direction": "vertical" | ||
|
@@ -98,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", | ||
|
@@ -115,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 | ||
} | ||
|
@@ -138,7 +143,7 @@ | |
"state": { | ||
"type": "outline", | ||
"state": { | ||
"file": "src/content/blog/boj-2230-수-고르기.md" | ||
"file": "src/content/blog/boj-1026-보물.md" | ||
} | ||
} | ||
} | ||
|
@@ -161,10 +166,11 @@ | |
"table-editor-obsidian:Advanced Tables Toolbar": false | ||
} | ||
}, | ||
"active": "b02d3b7f141e67fc", | ||
"active": "bde42f3009553499", | ||
"lastOpenFiles": [ | ||
"src/content/blog/boj-15649-N과-M-(1).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", | ||
"Excalidraw", | ||
|
@@ -189,7 +195,6 @@ | |
"src/content/blog/dynamic-programming.md", | ||
"src/content/blog/how-to-use-neovim-on-vscode.md", | ||
"src/content/blog/how-to-survive-without-multiptle-cursors-in-neovim.md", | ||
"src/content/blog/how-to-use-neovim-in-vscode.md", | ||
"dist/assets/[email protected]", | ||
"dist/assets/forrest-gump-quote.webp.jpg", | ||
"dist/_astro/[email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
author: Gyunseo Lee | ||
title: "BOJ 백준 1026: 보물" | ||
pubDatetime: 2024-04-20T16:10:00+09:00 | ||
modDatetime: 2024-04-20T16:10:00+09:00 | ||
featured: false | ||
draft: false | ||
tags: | ||
- PS | ||
- Algorithms | ||
- BOJ | ||
- Greedy | ||
- 실랜디 | ||
description: "\b백준 1026: 보물 풀이 과정" | ||
ogImage: "" | ||
--- | ||
|
||
## Table of contents | ||
|
||
## 들어가며 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters