摘要:
#import "QuickSort.h"@implementation QuickSort-(int)helpMethod:(NSMutableArray*)array left:(int)left right:(int)right{ NSNumber* record=array[left]; while (left=record) { right--; } array[left]=array[right]; while (left<right&&array[left]<=record) { ... 阅读全文