How to sort 1 million floating point numbers?

Submitted by: Administrator
Radix Sort.. easily can be done.. user bitwise operations to bucket the numbers.. same algorithm can be used for negative and positive mix of fp numbers with some minor modification to the initial list
Submitted by: Administrator

Read Online Sort And Searching Job Interview Questions And Answers