So I have a Node class and a BinarySearchTree class. Here\'s the code for my Node class:
class Node: def __init__(self, data, left_child=None, right_child