File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 324
324
> 책에서는 자세히 다루지 않지만 독자의 요청으로 추가적으로 제공합니다.
325
325
326
326
* 트리(Tree)
327
+ * 트리의 순회: ([ Python 3.7 코드] ( /21/1.py ) )
327
328
* 우선순위 큐(Priority Queue)
328
- * [ 우선순위 큐 라이브러리를 활용한 힙 정렬] ( https://www.acmicpc.net/problem/2751 ) : ([ Python 3.7 코드] ( /21/1.py ) / [ C++ 코드] ( /21/1.cpp ) )
329
- * 인덱스 트리(Indexed Tree)
329
+ * [ 우선순위 큐 라이브러리를 활용한 힙 정렬] ( https://www.acmicpc.net/problem/2751 ) : ([ Python 3.7 코드] ( /21/2.py ) / [ C++ 코드] ( /21/2.cpp ) )
330
+ * 바이너리 인덱스 트리(Binary Indexed Tree, BIT, Fenwick Tree)
331
+ * [ 구간 합 구하기(] https://www.acmicpc.net/problem/2042 ): ([ Python 3.7 코드] ( /21/3.py ) / [ C++ 코드] ( /21/3.cpp ) )
330
332
* 벨만-포드(Bellman-Ford) 최단 경로 알고리즘
333
+ * [ 음수 간선이 포함된 그래프에서의 최단 경로 찾기] https://www.acmicpc.net/problem/11657 ): ([ Python 3.7 코드] ( /21/4.py ) / [ C++ 코드] ( /21/4.cpp ) )
331
334
* 최소 공통 조상(Lowest Common Ancestor, LCA)
335
+ * [ LCA 기본] ( https://www.acmicpc.net/problem/11437 ) : ([ Python 3.7 코드] ( /21/5.py ) / [ C++ 코드] ( /21/5.cpp ) )
336
+ * [ LCA 심화] ( https://www.acmicpc.net/problem/11438 ) : ([ Python 3.7 코드] ( /21/6.py ) / [ C++ 코드] ( /21/6.cpp ) )
You can’t perform that action at this time.
0 commit comments