Skip to content

Commit cbc3262

Browse files
committedDec 5, 2021
add commment for module pr_selection
1 parent b6f442c commit cbc3262

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/stdlib_selection.fypp

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
! The index arrays are of all INT_KINDS_TYPES
55

66
module stdlib_selection
7+
!! Quickly find the k-th smallest value of an array, or the index of the k-th smallest value.
8+
!! ([Specification](../page/specs/stdlib_selection.html))
79
!
810
! This code was modified from the "Coretran" implementation "quickSelect" by
911
! Leon Foks, https://github.com/leonfoks/coretran/tree/master/src/sorting

0 commit comments

Comments
 (0)
Please sign in to comment.