第20章 章节20.1 练习20.1.1 题目: One presentation of labeled binary trees defines a tree to be either a leaf (with no label) or else an interior node with a numeric label and two child trees. Define a type
NatTree and suitable operations for constructing, destructing, and testing trees. Write a function that