📜  二叉树与二叉搜索树 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:26.238000             🧑  作者: Mango

代码示例1
Binary tree - each node can have at most 2 nodes, Binary Search tree - is a binary tree and put smaller values on the left and larger values on the right of the root.