Skip to content

Commit 9b9ec14

Browse files
authored
Update README.md
1 parent 2237a16 commit 9b9ec14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325

326326
1. 트리(Tree)
327327
2. 우선순위 큐(Priority Queue)
328-
* [우선순위 큐 라이브러리를 활용한 힙 정렬](https://www.acmicpc.net/problem/2751): ([Python 3.7 코드](/21/1.py) / [C++ 코드](/21/1.cpp))
328+
* [우선순위 큐 라이브러리를 활용한 힙 정렬](https://www.acmicpc.net/problem/2751): ([Python 3.7 코드](/21/1.py) / [C++ 코드](/21/1.cpp))
329329
3. 인덱스 트리(Indexed Tree)
330330
4. 벨만-포드(Bellman-Ford) 최단 경로 알고리즘
331331
5. 최소 공통 조상(Lowest Common Ancestor, LCA)

0 commit comments

Comments
 (0)