Closed chenda2000 closed 4 years ago
The testRobustness method given only generates random positive integers. While I'm pretty sure any of the shellsorts can handle them, I was wondering if our MSD radix sort is supposed to be able to handle negative integers?
You are asking a very good question! I will ask Dr. Choi and let you know
For MSD, no negative integers would be considered (not imply to any other sorting).
The testRobustness method given only generates random positive integers. While I'm pretty sure any of the shellsorts can handle them, I was wondering if our MSD radix sort is supposed to be able to handle negative integers?