Introduction - If you have any usage issues, please Google them yourself
Binary sort tree, and the turn sequence of the keywords entered binary sort tree lookup, insertion and deletion operation. Storage Structure: typedef struct BiTNode {KeyType the key BiTNode* lchild for BiTNode* rchild }* BiTree Keyword Type KeyType to int.