摘要:
1 template <class T, class Alloc> 2 3 void list<T, Alloc>::sort() { 4 5 if (node->next == node || link_type(node->next)->next == node) return; 6 7 list<T, Alloc> carry; 8 9 list<T, Alloc> counter[64];10 11 int fill = 0;12 13 while (!empty()) {14 15 carry.splice(carry 阅读全文
posted @ 2011-05-10 15:18 李大嘴 阅读(3473) 评论(0) 推荐(0)
浙公网安备 33010602011771号