摘要: 图,数据结构 /**折半查找,折半排序,binary sort*/ private StorageA circular_shiftsB_; //original dataprivate StorageA alphabetizedB_; //sorted datapublic void alphabetizing() { alphabetizedB_ = new StorageA(); int alphabetized_count = 0; // we use binary search to find the proper place // to insert a line, // decl. 阅读全文
posted @ 2011-04-05 16:11 LN 阅读(1509) 评论(0) 推荐(0) 编辑