알고리즘 공부
- 월별 보증금 5만원
- 보증금 5만원은 월별 결식/준비 기준 비율로 돌려 받는다
| 이름 | 결석 | 준비미흡 |
|---|---|---|
| 영민 | 0 | 0 |
| 상문 | 0 | 0 |
| 성준 | 0 | 0 |
| 원호 | 0 | 0 |
| 영훈 | 0 | 0 |
| 지혜 | 0 | 0 |
| 영재 | 0 | 0 |
| 주차 | 결석 | 준비미흡 |
|---|---|---|
| 1 | x | x |
| 2 | x | x |
| 3 | x | x |
| 4 | x | x |
| 5 |
- Algorithm
- Algorithm
- Algorithm
- Data Structure
- 스택(Stack)
- Algorithm
- Data Structure
- 트리(Tree)
- Algorithm
- Algorithm
- Data Structure
- 이진탐색트리(Binary Search Tree)
- 트리 순회(Tree traversal)
- Algorithm
- Data Structure
- 재귀(recursion)