8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29c6b4 commit 05ad3f4Copy full SHA for 05ad3f4
Sorting Algorithms/Quick Sort.md
@@ -68,7 +68,7 @@ it.
68
69
#### Code Implementation Links
70
71
-- [Java](https://github.com/TheAlgorithms/Java/blob/master/Sorts/src/sort/QuickSort.java)
+- [Java](https://github.com/TheAlgorithms/Java/blob/master/Sorts/QuickSort.java)
72
- [C++](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/Sorting/Quick%20Sort.cpp)
73
- [Python](https://github.com/TheAlgorithms/Python/blob/master/sorts/quick_sort.py)
74
0 commit comments