标签:
【练习3.12】
a.编写一个非递归过程以O(N)时间反转单链表。
b.使用常数附加空间编写一个过程以O(N)时间反转单链表。
【Weiss】【第03章】练习3.12
原文地址:http://www.cnblogs.com/catnip/p/4347160.html