Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 쿠버네티스
- MSA
- devops
- java
- 익명클래스
- cloud native java
- 자바
- ingress
- cloud native
- 클라우드 네이티브
- decorator 패턴
- MySQL
- 머신러닝
- 헬름
- ansible
- Kotlin
- spring microservice
- 코틀린
- 클라우드 네이티브 자바
- CRD
- Semaphore
- Stress test
- 마이크로서비스
- Microservice
- Spring
- kubernetes
- Adapter 패턴
- nGrinder
- 동기화
- Algorithm
Archives
- Today
- Total
카샤의 만개시기
트리 순회 알고리즘 본문
트리 순회 알고리즘 (Tree Traversal Algorithm)
전위 순회(Pre-order traversal) : ABDECFG
중위 순회(In-order traversal) : DBEACFG
후위 순회(Post-order traversal) : DEBFGCA
단계 순회(Level-order traversal) : ABCDEFG
'Foundation > Algorithm' 카테고리의 다른 글
2-3 트리 (0) | 2019.02.04 |
---|---|
AVL 트리 (0) | 2019.02.04 |
Comments