순차 스 택 SqStack
기본 조작
Status InitStack()// S
Status DestroyStack()// S,S
Status ClearStack()// S
Status StackEmpty()// S , true, false
int StackLength()// S ,
Status GetTop(SElemType &e)// , e S , OK, ERROR
Status Push(SElemType e)// e
Status Pop(SElemType &e)// , S , e , OK, ERROR
Status StackTraverse(int p)// visit(). visit()
몇 개의 작은 프로그램 (코드 오류 검사, 디지털 변환, 괄호 일치 검사, 줄 편집 프로그램)
CheckStackCode();// Stack
Conversion();//
BracketsMatching();//
LineEdit();//
//
//by coolxxx
//#include
#include
#include
#include
#include
#include
말 보드게임 문제 (NxN)
폭력 (순차 스 택 구현)
//
//by coolxxx
//#include
#include
#include
#include
#include
#include
말 이 바둑판 을 밟 는 것 은 욕심 이 최적화 되 었 다.
//
//by coolxxx
//#include
#include
#include
#include
#include
#include
빨리 쓰기 위해 서 마음대로 최적화 하 는 것 은 별로 생각 하지 않 았 다. 만약 나의 알고리즘 복잡 도가 너무 높다 고 생각한다 면 돌 릴 수 있다.http://blog.csdn.net/bone_ace/article/details/41579957