摘要: 1. 栈,使用后进后出(last-in, first-out, LIFO)的策略 2.队列,使用先进后出(first-in, first-out, FIFO)策略 以下笔者用c语言简单实现了一下 1. 栈: 栈的操作有 2. 队列:队列的操作有: 阅读全文
posted @ 2018-01-23 10:41 Phoenix_Xie 阅读(554) 评论(0) 推荐(0) 编辑