Skip to content

Commit c2aad25

Browse files
committed
Clarify that input must be sorted
1 parent 2f2a30a commit c2aad25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/awk/median.awk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Usage: median
66
#
77
# Input:
8-
# - a column of numbers
8+
# - a sorted column of numbers
99
#
1010
# Output:
1111
# - median value

0 commit comments

Comments
 (0)