I have to sort a large array of numbers wherein the numbers are random and range from 1 to 9,99,999...till the time the length of array is less than 2,00,000, all sorts work fine (i tried selection, insertion and quick sort)...but when the length of array is increased to 3,00,000 , the console crashes...what actually caused this problem...?...I don't want to use merge sort algorithm...is there any way I can sort the array keeping it single dimension...I'm sorry if this has been asked before....Thanx
Here's my system specs :
2 GB RAM
Intel T4300 @2.1 Ghz
32 bit win 7 OS