Answer TRUE or FALSE.

Binsort can be viewed as a special case of Radix Sort where the base is so big that all keys are one digit long.

True
  • True
  • False

Binsort uses a single array.

Each key value gets its own array position.