I have a project to do and what I need to do is pull in 500,000 numbers from a file and then sort them numerical. My thought was to do an array but some of them numbers are like 5,000,000 or bigger. my question is how would I sort them since the numbers are so big and I can not create an array that big.