栈 stack.pop() stack.push() stack.top() 队列 queue 队列的基本应用:广度优先遍历 树;层序遍历 图;无权图的最短路径 树 二分搜索树: 二叉树: queue.push() queue.front() queue.pop()