View Single Post
Old 11-24-2004, 07:01 AM   #5 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,175
Belisarius is on a distinguished road
Quote:
would i have to use a count variable somewhere to count how many times mergesort is used?
Yes, you would.

Quote:
when i try to change anythiong about the comparable pivot, i get errors saying it hasnt been declared properly.
Have you considered checking to see if L actually contains anything? If it doesn't, why bother with pivot at all?
__________________
GitS
Belisarius is offline   Reply With Quote