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 |
Tags
- message protocol
- xrdp
- ArrayList
- mysql 한국어
- Hystrix Read time out
- #spring boot
- emqx
- CORS policy: No 'Access-Control-Allow-Origin'
- mosquitto
- java collection
- #spring boot admin
- Set
- TreeMap
- #MSA
- com.netflix.zuul.exception.ZuulException: Hystrix Readed time out
- 원격
- mstsc
- mqtt
- #actuator
- mariadb 다국어
- backtracking
- com.netflix.zuul.exception.ZuulException
- cors
- mariadb 한국어
- mysql 다국어
- 크로스도메인
- HashMap
- Access-Control-Allow-Origin
- IOT
- db utf8
Archives
- Today
- Total
miin29na
[알고리즘] Tree, DFS, BFS (TODO) 본문
Tree
https://gmlwjd9405.github.io/2018/08/12/data-structure-tree.html
DFS(Depth-First Search) : 깊이 우선 탐색
- 스택 사용.
- 참고
https://gmlwjd9405.github.io/2018/08/14/algorithm-dfs.html
idea-sketch.tistory.com/27?category=547419
BFS(Breadth-Frist Search) : 너비 우선 탐색
- 큐사용
https://gmlwjd9405.github.io/2018/08/15/algorithm-bfs.html
idea-sketch.tistory.com/28?category=547419
'IT_Algorithm > algorithm' 카테고리의 다른 글
[알고리즘15. 3Sum (0) | 2020.06.17 |
---|---|
[알고리즘]backtracking(TODO) (0) | 2020.06.14 |
[알고리즘] Java Collection (TODO) (0) | 2020.06.13 |
Comments