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
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