Skip to content

Commit 9349f8b

Browse files
committed
update post
1 parent 22feb9e commit 9349f8b

File tree

6 files changed

+43
-6
lines changed

6 files changed

+43
-6
lines changed

content/posts/project/algorithm/취업을 위한 알고리즘 공부.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tags:
44
- study
55
- algorithm
66
createdAt: 2025-03-19 08:05:06
7-
modifiedAt: 2025-03-19 15:57:04
7+
modifiedAt: 2025-03-20 15:49:26
88
publish: project/algorithm
99
related: ""
1010
series: 취업을 위해 알고리즘 공부하기
@@ -123,4 +123,4 @@ series: 취업을 위해 알고리즘 공부하기
123123
위에서 찾은 모든것을 종합해서 진행해볼생각이다.
124124
우선 [SWEA](https://swexpertacademy.com/main/learn/course/subjectList.do?courseId=AVuPCwCKAAPw5UW6)강의를 보고 프로그래머스 0.5레벨 문제를 푸는것을 시작으로 백준 단계별 문제풀기, 유형별 풀기, 책보기 순서로 나아가야할것 같다.
125125

126-
- [[SWEA 강의정리노트]]
126+
- [[SWEA 강의 정리노트]]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
tags:
3+
- study
4+
- algorithm
5+
createdAt: 2025-03-19 12:20:41
6+
modifiedAt: 2025-03-20 14:47:07
7+
publish: resource/SWEA 강의 정리노트
8+
related:
9+
- "[[취업을 위한 알고리즘 공부]]"
10+
series: ""
11+
---
12+
13+
# SWEA 강의 정리노트
14+
15+
- [강의 주소](https://swexpertacademy.com/main/learn/course/subjectList.do?courseId=AVuPCwCKAAPw5UW6)
16+
17+
## 강의 노트
18+
19+
### Computaional Thinking
20+
21+
- [[프로그래밍과 논리수학]]

public/link-map.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"0.inbox/동적 사이트 vs 정적사이트.md": "resource/web/동적 사이트 vs 정적사이트",
44
"0.inbox/Aider.md": "resource/ai/Aider",
55
"0.inbox/어떻게 블로그를 구현하였나.md": "project/blog/어떻게 블로그를 구현하였나",
6-
"1.project/취업을 위한 알고리즘 공부/취업을 위한 알고리즘 공부.md": "project/algorithm/취업을 위한 알고리즘 공부"
6+
"1.project/취업을 위한 알고리즘 공부/취업을 위한 알고리즘 공부.md": "project/algorithm/취업을 위한 알고리즘 공부",
7+
"3.resource/SWEA강의/SWEA 강의 정리노트.md": "resource/SWEA/SWEA 강의 정리노트"
78
}

public/meta-data.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,18 @@
5151
"tags": ["project", "study", "algorithm"],
5252
"series": "취업을 위해 알고리즘 공부하기",
5353
"createdAt": "2025-03-19 08:05:06",
54-
"modifiedAt": "2025-03-19 15:57:04",
54+
"modifiedAt": "2025-03-20 15:49:26",
5555
"publish": "project/algorithm"
56+
},
57+
{
58+
"urlPath": "resource/SWEA/SWEA 강의 정리노트",
59+
"title": "SWEA 강의 정리노트",
60+
"summary": "",
61+
"image": "",
62+
"tags": ["study", "algorithm"],
63+
"series": "",
64+
"createdAt": "2025-03-19 12:20:41",
65+
"modifiedAt": "2025-03-20 14:47:07",
66+
"publish": "resource/SWEA 강의 정리노트"
5667
}
5768
]

0 commit comments

Comments
 (0)