Skip to content

Commit 967a23e

Browse files
committed
[Add] Update docs for Novice-High/05
1 parent 085871a commit 967a23e

File tree

12 files changed

+99
-0
lines changed

12 files changed

+99
-0
lines changed

docs/novice-high/05/01/10.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 10
3+
---
4+
5+
# 괄호 문자열의 적합성 판단
6+
7+
```python novice-high/05/01/10
8+
print("Hello, World!")
9+
```

docs/novice-high/05/01/5.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 5
3+
---
4+
5+
# 정수 명령 처리
6+
7+
```python novice-high/05/01/5
8+
print("Hello, World!")
9+
```
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"position": 100,
3+
"label": "Stack",
4+
"collapsible": true,
5+
"collapsed": true
6+
}

docs/novice-high/05/01/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 100
3+
---
4+
5+
# Stack
6+
7+
<sup>기본 개념 5개, 연습 문제 6개, 테스트 1개</sup>
8+
9+
스택의 정의와 사용법에 대해 배우게 됩니다.

docs/novice-high/05/02/4.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 4
3+
---
4+
5+
# 정수 명령 처리 2
6+
7+
```python novice-high/05/02/4
8+
print("Hello, World!")
9+
```

docs/novice-high/05/02/7.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 7
3+
---
4+
5+
# 원형 순열에서의 인원 제거
6+
7+
```python novice-high/05/02/7
8+
print("Hello, World!")
9+
```
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"position": 200,
3+
"label": "Queue",
4+
"collapsible": true,
5+
"collapsed": true
6+
}

docs/novice-high/05/02/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 100
3+
---
4+
5+
# Queue
6+
7+
<sup>기본 개념 4개, 연습 문제 3개, 테스트 1개</sup>
8+
9+
큐의 정의와 사용법에 대해 배우게 됩니다.

docs/novice-high/05/03/2.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# 정수 명령 처리 3
6+
7+
```python novice-high/05/03/2
8+
print("Hello, World!")
9+
```

docs/novice-high/05/03/4.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 4
3+
---
4+
5+
# 수열 조작
6+
7+
```python novice-high/05/03/4
8+
print("Hello, World!")
9+
```

0 commit comments

Comments
 (0)