#Array

4 messages · Page 1 of 1 (latest)

burnt mango
#

how can i search for the N smallest elements in an array and print them out?

serene vesselBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

astral flare
#

not neccecairly the faster but a partial sort

#

actually, nth_element might be more fitting