Description: Stack a few application examples- the order of the stack, the stack structure is defined chain, and basic operations (SqStack_exercise.cpp, LinkStack_exercise.cpp), brace matching (matching.cpp), expression evaluation (evaluation.cpp), Ackerman recursive function to achieve (Ackerman.cpp)
To Search:
- [sqstack] - realize sqstack s basic function,such as
- [22] - 1. Stack data structure defined order 2.
File list (Check if you may need any files):
栈\Ackerman.cpp
..\evaluation.cpp
..\LinkStack_exercise.cpp
..\matching.cpp
..\SqStack_exercise.cpp
栈