Question
Write a Dictionary program using data structure Binary Search Tree by Java. This program includes 1 menu with features: 1 - LOAD A DICTIONARY FROM
Write a Dictionary program using data structure Binary Search Tree by Java. This program includes 1 menu with features:
1 - LOAD A DICTIONARY FROM A FILE This File has multi lines (at least 50 lines), each line includes the word (English) and its meaning, choose the middle word to be Root in order to search easier. Example: In file File.txt: measuring | meaning electronics | meaning facility | meaning
Note : (you can choose " | " to be the Root)
(this Text file is what program will read)
2- SEARCHING
Searching this word in the text file. 3- INSERT
Insert new word and it's meaning. 4- DELETE
Delete this word. 6- EXIT
Exit program.
p/s: I just need the code in Java, it not necessary to have a visual form
--- Thank you so much, for who will help me ---
File - Notepad File Edit Format View Help electronics | meaning facilitymeaning boy | meaning gil meaningl File - Notepad File Edit Format View Help electronics | meaning facilitymeaning boy | meaning gil meaninglStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started