Skip to content

Commit

Permalink
[Add] Update Novice-High docs
Browse files Browse the repository at this point in the history
  • Loading branch information
junnei committed Apr 18, 2024
1 parent 560f87f commit ec37350
Show file tree
Hide file tree
Showing 14 changed files with 91 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/novice-high/04/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 4,
"label": "04. 이진탐색",
"collapsible": true,
"collapsed": true
}
7 changes: 7 additions & 0 deletions docs/novice-high/04/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 100
---

# 이진탐색

이진탐색과 순차탐색의 차이와 lower/upper bound의 개념에 대해 배우게 됩니다.
6 changes: 6 additions & 0 deletions docs/novice-high/05/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 5,
"label": "05. 스택, 큐, 덱",
"collapsible": true,
"collapsed": true
}
7 changes: 7 additions & 0 deletions docs/novice-high/05/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 100
---

# 스택, 큐, 덱

스택, 큐, 덱의 정의와 그 특징에 대해 배우게 됩니다.
6 changes: 6 additions & 0 deletions docs/novice-high/06/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 6,
"label": "06. 트리",
"collapsible": true,
"collapsed": true
}
7 changes: 7 additions & 0 deletions docs/novice-high/06/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 100
---

# 트리

트리의 정의와 종류, 그리고 탐색하는 방법에 대해 배우게 됩니다.
6 changes: 6 additions & 0 deletions docs/novice-high/07/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 7,
"label": "07. 해싱",
"collapsible": true,
"collapsed": true
}
7 changes: 7 additions & 0 deletions docs/novice-high/07/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 100
---

# 해싱

해시의 종류와 충돌을 해결하는 방법에 대해 배우게 됩니다.
6 changes: 6 additions & 0 deletions docs/novice-high/08/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 8,
"label": "08. DP",
"collapsible": true,
"collapsed": true
}
7 changes: 7 additions & 0 deletions docs/novice-high/08/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 100
---

# DP

DP의 정의와 해당 개념을 이용해 풀리는 대표적인 문제들을 접해보게 됩니다.
6 changes: 6 additions & 0 deletions docs/novice-high/09/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 9,
"label": "09. 그래프 탐색",
"collapsible": true,
"collapsed": true
}
7 changes: 7 additions & 0 deletions docs/novice-high/09/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 100
---

# 그래프 탐색

그래프의 종류와 탐색 방법에 대해 배우게 됩니다.
6 changes: 6 additions & 0 deletions docs/novice-high/10/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"position": 10,
"label": "10. 그래프 알고리즘",
"collapsible": true,
"collapsed": true
}
7 changes: 7 additions & 0 deletions docs/novice-high/10/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
sidebar_position: 100
---

# 그래프 알고리즘

그래프 내에서의 최단거리를 구하는 알고리즘과 최소비용신장 트리에 대해 배우게 됩니다.

0 comments on commit ec37350

Please sign in to comment.