View Single Post
Old Mar 9th, 2006, 6:05 PM   #3
elford
Programmer
 
elford's Avatar
 
Join Date: Nov 2005
Posts: 35
Rep Power: 0 elford is on a distinguished road
Quick sort is is a different class completly. The var "data" is encapsulated in that class as a static var that all the other quick sort methods modify when doing the sort. I don't see why the var "input" would be modified after setting "data = input;" because it is not used anywhere else in the qsort class.

Where is my understanding breaking down?
elford is offline   Reply With Quote