Skip to content

Commit

Permalink
2024-04-20 16:11:34
Browse files Browse the repository at this point in the history
Affected files:
.obsidian/workspace.json
src/content/blog/boj-1026-보물.md
src/content/blog/boj-2230-수-고르기.md
  • Loading branch information
gyunseo committed Apr 20, 2024
1 parent 443e2b2 commit 2073291
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 11 deletions.
27 changes: 16 additions & 11 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -31,8 +37,7 @@
}
}
}
],
"currentTab": 1
]
}
],
"direction": "vertical"
Expand Down Expand Up @@ -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",
Expand All @@ -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
}
Expand All @@ -138,7 +143,7 @@
"state": {
"type": "outline",
"state": {
"file": "src/content/blog/boj-2230-수-고르기.md"
"file": "src/content/blog/boj-1026-보물.md"
}
}
}
Expand All @@ -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",
Expand All @@ -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]",
Expand Down
20 changes: 20 additions & 0 deletions src/content/blog/boj-1026-보물.md
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

## 들어가며
1 change: 1 addition & 0 deletions src/content/blog/boj-2230-수-고르기.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tags:
- Algorithms
- Binary-Search
- Two-Pointers
- BOJ
description: 수 고르기를 다양한 방법으로 풀어 보자...
ogImage: ""
---
Expand Down

0 comments on commit 2073291

Please sign in to comment.