摘要: struct ListNode { int m_nKey; ListNode *m_pNext;};void printListReversingly(ListNode *pHead) { stack nodes; ListNode *pNode = pHead; while (pNode != N... 阅读全文
posted @ 2014-09-26 09:27 leesea 阅读(209) 评论(0) 推荐(0)