大厂笔试题
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

6 lines
161 B

root = Insert(root,10);
root = Insert(root,15);
root = Insert(root,20);
root = Insert(root,10);
root = Insert(root,35);
root = Insert(root,50);