i wrote a quicksort program using the algorithm given in the book "introduction to algorithms : cormen,leiserson,rivest,stein"
the problem is, it worked for arrays with 10, 20 and 100 elements, but when i tried it with 5000 it crashed! i tried to noob my way out and tried a different compiler ...