Queue: Intro(簡介),並以Linked list實作

Queue(佇列)是一種概念性的抽象資料結構,可以分別使用Linked list(連結串列)與Array(陣列)來實作。 本篇文章將介紹Queue的基本概念,並以Linked list實作。