Quote:
	
	
		
			
				
					Originally Posted by  davidfor
					 
				 
				Looking at the code, the sort is done once after all the duplicates have been found. I can see the sort would be longer than the name sort, but, I wouldn't have expected it to be that much longer. 
			
		 | 
	
	
 Good to know the sorting is done at the end, otherwise my faith in kiwidudes good sense would have been called into question.
Curious: Why would you you expect sorting a collection of ints to be slower than sorting a collection of char arrays 
BR