I am creating a binary tree to receive Morse code then decode it into English, I have written a find function to traverse the tree then print the equivalent letter, However