stack是 LIFO(last-in first-out), 後进者先出.queue是 FIFO(first-in first-out), 先进者先出.circular queue和queue的运作相同, 只是实现的方式不同.