數據結構---------------------------------------順序棧和鏈棧的實現

今天想把這個順序棧實現一下,就翻閱資料整理了一下。 下面分別給出順序棧和鏈棧的相應功能的實現。 1)順序棧的圖示: 下面是代碼: #include<iostream> #include<algorithm> #include<string.h> #define MAXSIZE 100 using namespace std; typedef int SElemType; typedef int S
相關文章
相關標籤/搜索