I need to create a binary tree in java that reads a txt text externally and that each word stores it in a node so that when I want to search for that data, I'll do it all in automatic.
I need to create a binary tree in java that reads a txt text externally and that each word stores it in a node so that when I want to search for that data, I'll do it all in automatic.