Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 251 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 251 Bytes

A nonsense sort that keeps inverting the array randomly until sorted, written in Java.

Input required:

  • array's long
  • maximum value of array

⚠️ not efficient at all, use with caution with large numbers before the computer explodes.