Skip to content

Commit c06c969

Browse files
committed
chore: quick sort
1 parent 29b8302 commit c06c969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ When Browser's are not using Merge sort they most of the time use Quick sort var
521521

522522
**Quick Sort Answer with in-place partition and Space complexity O(1) the most Efficient algorithm**
523523

524-
[Implement IN place Quick Sort Answer](https://codepen.io/roopkt/pen/OJpBYKz?editors=0010)
524+
[Implement in-place algorithm for Quick Sort Answer](https://codepen.io/roopkt/pen/OJpBYKz?editors=0010)
525525

526526
- [quick sort in-place](src/algorithms/sorting/quick-sort/quick-sort-inplace.mjs)
527527
- [quick sort ](src/algorithms/sorting/quick-sort/quick-sort.mjs)

0 commit comments

Comments
 (0)