Does C# have a std::nth_element equivalent?

Posted by Shmoopty on Stack Overflow See other posts from Stack Overflow or by Shmoopty
Published on 2010-03-29T19:15:33Z Indexed on 2010/03/29 19:23 UTC
Read the original article Hit count: 379

Filed under:
|
|
|

I'm porting some C++ code to C#.

Does C# have an equivalent to std::nth_element() or do I need to roll my own?

© Stack Overflow or respective owner

Related posts about c#

Related posts about c++