Hi,
I have a program that must read from a file and insert each line into a binary search tree.
I've already written all needed code to read from file and insert into the tree. My problem is that when i get the data from the file and insert into the tree, the data is not inserted.. but it's...