$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Yuriy Koblents-Mishke (yurakm_at_[hidden])
Date: 2007-03-19 15:16:18
On 3/19/07, Lewis Hyatt <lhyatt_at_[hidden]> wrote:
>
> [snip]
> > * return the n highest/lowest only. (optimized, ie: not full sort and
> > then cutting solution)
>
> std::partial_sort
> [snip]
std::nth_element?