數據結構--棧--順序棧/鏈式棧(附: 字符括號合法配對檢測)

棧結構:先進後出,後進先出,像疊盤子一樣,先疊的後用。 代碼github地址 https://github.com/hitskyer/course/tree/master/dataAlgorithm/chenmingming/stack 1.順序棧(數組存儲,需給定數組大小,到達容量需要copy轉移數據) 1.1 頭文件 arrStack.h // // Created by mingm on 2
相關文章
相關標籤/搜索