Skip to content

Commit 478e5a5

Browse files
authored
Update QuickSelect.ts
1 parent cc8c0c7 commit 478e5a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Data-structures/QuickSelect.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* @complexity : O(n^2) (worst case)
1010
* ----
1111
* @param items array
12+
* @flow
1213
*/
1314

1415
const QuickSelect = (items: Array<number>, kth: number): number => {

0 commit comments

Comments
 (0)