Skip to content

Commit a9ca1b9

Browse files
authored
Update README.md
1 parent d8d8747 commit a9ca1b9

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
@@ -328,7 +328,7 @@
328328
* 우선순위 큐(Priority Queue)
329329
* [우선순위 큐 라이브러리를 활용한 힙 정렬](https://www.acmicpc.net/problem/2751): ([Python 3.7 코드](/21/2.py) / [C++ 코드](/21/2.cpp))
330330
* 바이너리 인덱스 트리(Binary Indexed Tree, BIT, Fenwick Tree)
331-
* [구간 합 구하기(]https://www.acmicpc.net/problem/2042): ([Python 3.7 코드](/21/3.py) / [C++ 코드](/21/3.cpp))
331+
* [구간 합 구하기](https://www.acmicpc.net/problem/2042): ([Python 3.7 코드](/21/3.py) / [C++ 코드](/21/3.cpp))
332332
* 벨만-포드(Bellman-Ford) 최단 경로 알고리즘
333333
* [음수 간선이 포함된 그래프에서의 최단 경로 찾기](https://www.acmicpc.net/problem/11657): ([Python 3.7 코드](/21/4.py) / [C++ 코드](/21/4.cpp))
334334
* 최소 공통 조상(Lowest Common Ancestor, LCA)

0 commit comments

Comments
 (0)