Answer TRUE or FALSE.

Binsort's time complexity depends on the initial ordering of the keys in the input array.

False
  • True
  • False

Binsort takes each record and assigns it to a bin.

Binsort does the same work no matter what order the records.