2014年11月12日

用两个栈实现队列 【微软面试100题 第五十七题】

摘要: 题目要求: 某队列的声明如下: template class CQueue { public: CQueue() {} ~CQueue() {} void appendTail(const T& node); // append a element to tail ... 阅读全文

posted @ 2014-11-12 22:38 tractorman 阅读(237) 评论(0) 推荐(0)

导航