1
0
UAHCode/CPE212/Project_05/p05input3.txt

29 lines
447 B
Plaintext
Raw Normal View History

2022-08-28 21:12:16 +00:00
// p05input3.txt - Test BSTree(), CopyConstructor, = , ~BSTree()
# Test Copy Constructor
c
+ 1234 Jefferson Thomas
+ 888 Nixon Richard
+ 5678 Washington George
+ 555 Lincoln Abraham
+ 1000 Madison James
p
! 007 Bond James
d
# Test Assignment Operator
c
+ 1234 Jefferson Thomas
+ 888 Nixon Richard
+ 5678 Washington George
+ 555 Lincoln Abraham
+ 1000 Madison James
p
= 007 Bond James
d