Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. UShort amount_Of_Keys = this->getKeysNum();
  2.     // going from 0 - this node keys
  3.     UShort current_i = 0;
  4.     UShort recordSize = this->_tree->_recSize;
  5.     while (c->compare(getKey(current_i),toInsert,recordSize))
  6.     {
  7.         current_i++;
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement