大厂笔试题
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.

5 lines
161 B

  1. root = Insert(root,10);
  2. root = Insert(root,15);
  3. root = Insert(root,20);
  4. root = Insert(root,10);
  5. root = Insert(root,35);
  6. root = Insert(root,50);