Understanding absolute values in expression parsing to binarytree?
了解表达式的解析树的绝对值?
2
The concepts such as mathematical expression, stack operation and binarytree traversal must be presented in data structure.
数学表达式、栈的操作、二又树的遍历,这几个概念在数据结构的教材中是不可缺少的。
3
First, classic string matching algorithms and regular expression matching algorithms are studied; second a binary sort tree string matching algorithm is proposed and realized.