棧系列二:括號匹配C++實現

#include<iostream.h> #include<string.h> #include<stdio.h> #include "stack.h" const int maxLength=100; void PrintMatchedPairs(char* expression){ Stack<int> s(maxLength); int j; length=strle
相關文章
相關標籤/搜索