Guest User

Untitled

a guest
Mar 13th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. cout << t1.insert(CKey(13), CValue(7)) << " == 7" << endl;
  2. cout << "0 1 3 14 13 16 17 18 19 P 10 " << endl;
  3. t1.Print();
  4.  
  5. cout << t1.remove(CKey(19)) << " == 0" << endl;
  6. cout << "0 1 13 14 P 16 17 18 3 P 10 " << endl;
  7. t1.Print();
Add Comment
Please, Sign In to add comment