BonzaiThePenguin/WikiSort

Adding unsigned corrections now

Closed this issue · 1 comments

If anyone's curious, the trick to testing signedness is to replace all instances of "long" with "short" and see if it works for more than 32768 items. It doesn't.

Fixed! At least for the C and C++ versions – haven't bothered with Java.