摘要: Stack is one of the most fundamental data structures, which is based on the principle of Last In First Out (LIFO). The basic operations include Push (inserting an element onto the top position) and Pop (deleting the top element). Now you are supposed to implement a stack with an extra operation: Pee 阅读全文
posted @ 2013-03-27 18:50 AC_Von 阅读(773) 评论(0) 推荐(0) 编辑