Hello all. I am currently working on Project Euler problem 29, which involves me needing a BigInteger array and sorting it somehow. I have been able to do

* Array.sort(arrayname); *

in past...