Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. int min(BstNode* bst)
  2. {
  3. if (bst != NULL)
  4. {
  5. while (bst->left = NULL) bst->left;
  6. int min = 0;
  7. bst-> min;
  8. return min;
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement