摘要: #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) { ... 阅读全文
posted @ 2014-02-24 12:40 learnWindowsPhone 阅读(156) 评论(0) 推荐(0) 编辑