can anyone provide the steps or Source code using C#.net for the below problem?
Array of "doubles" with a length of 1000000 elements filled with random values … remove all elements having the value less than some "threshold". Sort the rest in incremental order.
Loading

Karthi RamarPosted Jan 18, 2012, 3:45 AM
Sam HobbsPosted Jan 18, 2012, 2:33 AM
You did not even provide the entire problem. You did not provide the part that says where the array of doubles comes from; are you supposed to generate them or read them from a file or do they come from somewhere else?