Skip to content

Commit 9204419

Browse files
author
Zhenchao Gan
authored
Update README.md
1 parent b6bcb38 commit 9204419

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
@@ -320,7 +320,7 @@ If a problem is too easy to solve, we'll mark it as **straightforward** in order
320320
* [Radixsort](./C08-Sorting-in-Linear-Time/exercise_code/radixSort.cpp)
321321
* [Counting Sort](./C08-Sorting-in-Linear-Time/exercise_code/in_place_counting_sort.py)
322322
* [K-th Finding](./C09-Medians-and-Order-Statistics/worst-case-linear-time.cpp)
323-
* [Deque](./C10-Elementary-Data-Structures/exercise_code/deque.py)
323+
* [Deque(py)](./C10-Elementary-Data-Structures/exercise_code/deque.py) [Deque(c++)](./C10-Elementary-Data-Structures/exercise_code/deque.cpp)
324324

325325
###DIVIDE and CONQUER
326326
* [Karatsuba](./other/Karatsuba)

0 commit comments

Comments
 (0)