I\'m making a search tree and have therefore made a node class. The class contains an object of its own class (parent) and this causes me trouble...
ATTEMPT 1