Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

树的面试题解法为什么一般都是递归? 1、树此数据结构的定义就是用递归进行的; 2、树具有重复性(自相似性),比如二叉搜索树的左右子树也分别为二叉搜索树;