標籤: "data structure" 相關文章
A priority queue is an Abstract Data Type(ADT) that operates similar to normal queue except that each element has certain priority.
A stack is a one-ended linear data structure which model a real world stack by having two primarily operations, namely push and pop.
A linked list is a sequential list of nodes that hold data which point to other nodes also containing data.
A static array is a fixed length container containing n elements indexable from the range [0, n-1].
A data structure is a way of organizing data so it can be used effectively.