數據結構與算法·實驗四

一、編程序判斷一個字符序列是不是迴文,要求採用鏈式隊列和鏈式堆棧。編程 二、編程實現中序表達式轉換成後序表達式,並把後序表達式的運行結果打印出來。ui #include <stdio.h> #include <string.h> #include <stdlib.h> #define MaxQueueSize 100 #define MaxStackSize 100 typedef char Da
相關文章
相關標籤/搜索