For a binary search tree defined by (define T ‘(70(42(19()))90(65())80())). Write the function to insert new nodeinto the tree using the scheme language, which should also satisfythe BST properties..
Answer
For a binary search tree defined by (define T ‘(70(42(19()))90(65())80())). Write the function to insert new nodeinto the tree using the scheme language, which should also satisfythe BST properties..
Answer