|
About:
highest is a program that efficiently finds the n
highest (or lowest) numbers in a list of numbers
on stdin. The traditional way of computing this
using GNU sort should have a running time of O(n
log n), where n is the number of numbers to check.
Highest should have a running time of O(n log m),
where m is the number of numbers you want to keep.
A graph comparing the performance of highest to
that of GNU sort is provided.
Author:
Dan Stromberg [contact developer]
Homepage:
http://stromberg.dnsalias.org/~dstromberg/highest.html
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
(not rated)
» Vitality: 0.00% (Rank 25171)
» Popularity: 0.08% (Rank 37947)

(click to enlarge graphs)
Record hits: 572
URL hits: 85
Subscribers: 3
|
|