链表的插入 删除 排序 倒叙(二)

2014-11-24 09:28:03 · 作者: · 浏览: 1
<<"倒序输出:";
Print(head);


Sorted(head);
cout<<"排序后的链表: ";
Print(head);

system("pause");

return 0;
}