Skip to content

Commit 085871a

Browse files
committed
[Add] Update docs for Novice-high/03
1 parent 3a7b02c commit 085871a

File tree

21 files changed

+168
-0
lines changed

21 files changed

+168
-0
lines changed

docs/novice-high/03/01/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/03/01/4
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": "Bubble Sort",
4+
"collapsible": true,
5+
"collapsed": true
6+
}

docs/novice-high/03/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+
# Bubble Sort
6+
7+
<sup>기본 개념 1개, 연습 문제 3개, 테스트 1개</sup>
8+
9+
버블 정렬의 정의와 그 특징에 대해 배우게 됩니다.

docs/novice-high/03/02/3.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# 선택 정렬 구현
6+
7+
```python novice-high/03/02/3
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": "선택 정렬",
4+
"collapsible": true,
5+
"collapsed": true
6+
}

docs/novice-high/03/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+
# 선택 정렬
6+
7+
<sup>기본 개념 1개, 연습 문제 2개, 테스트 1개</sup>
8+
9+
선택 정렬의 정의와 그 특징에 대해 배우게 됩니다.

docs/novice-high/03/03/3.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
sidebar_position: 3
3+
---
4+
5+
# 삽입 정렬 구현
6+
7+
```python novice-high/03/03/3
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": 300,
3+
"label": "삽입 정렬",
4+
"collapsible": true,
5+
"collapsed": true
6+
}

docs/novice-high/03/03/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+
# 삽입 정렬
6+
7+
<sup>기본 개념 1개, 연습 문제 2개, 테스트 1개</sup>
8+
9+
삽입 정렬의 정의와 그 특징에 대해 배우게 됩니다.

docs/novice-high/03/04/3.md

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

0 commit comments

Comments
 (0)