A very bad compless sorting algorithm.
Main steps:
1. Number n = 1
2. For every number in the array (as x), multiply n by the xth prime number
3. Generate prime factorizations of n, and convert the primes back into their original numbers
4. Load the sorted numbers back into the array
Check out ArrayV v4.0!
https://github.com/Gaming32/ArrayV-v4.0