Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David M Kroenke, David J Auer

6th Edition

0132742926, 978-0132742924

Students also viewed these Databases questions