JAVA DATA STRUCTURES:
Reading a Text file of words into two different datastructures
1. Use a Binary search tree and then
2.Use a Hash Map.
*USE BOTH BINARY & HASH MAP*
* Get the file name as a userinput.*
Present a menu to the user with the below options:
1) Delete the first occurrence of a given word.
2) Delete all the occurrences of a given word.
Expert Answer
An answer will be send to you shortly. . . . .