Skip to content

Commit 2e41e13

Browse files
committed
Added link to README
1 parent 40489bd commit 2e41e13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ This repository contains implementation of some of the fundamental data structur
3838
* [Recursive](src/algorithms/sorting/mergeSort/recursive)
3939
* [Bottom-up iterative](src/algorithms/sorting/mergeSort/iterative)
4040
- Quick Sort
41+
* [Hoare's](src/algorithms/sorting/quickSort/hoares)
4142
* [Lomuto's](src/algorithms/sorting/quickSort/lomuto)
4243
* [Paranoid](src/algorithms/sorting/quickSort/paranoid)
4344
* [3-way Partitioning](src/algorithms/sorting/quickSort/threeWayPartitioning)

0 commit comments

Comments
 (0)