Data Sturcture --- Linked list

1、爲什麼不能用數組實現隊列 因爲用數組實現元素個數是固定的,不便於插入和刪除。因此,用鏈表實現更合適。 2、鏈表結構 注意點: In a single linked list, the address of the first node is always stored in a reference node known as 「front」 (Some times it is also kno
相關文章
相關標籤/搜索