Question: Hi I finished an auto completer lab in java that looks through a specificed dictionary file and finds the words most like what is typed
Hi I finished an auto completer lab in java that looks through a specificed dictionary file and finds the words most like what is typed in the search bar. To do this lab I used an array list and linked list, but these strategeies are fairly slow at searching through large dictionary files so I though about using a binary search tree. I added a radio button to use a binary search tree, but am not sure how what to do for it. I included my project on gitlab so I wanted the BinarySearchTreeStrategy.java class to be implemented.
https://gitlab.com/pie_force_one/Auto_Completer.git
Thanks!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
