Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a program to ask for a file name, read in words from the file, sort them, then do a recursive binary search Should do

Create a program to ask for a file name, read in words from the file, sort them, then do a recursive binary search

Should do something like:

File to read word: data.txt

Word to find (quit to exit): banana

Word banana is at location 2

Word to find (quit to exit): squash

Word squash not found

Words to find (quit to exit): quit

For the sort, you can just use a simple bubble sort.

The recursive binary search should return the index to the found word, otherwise return a -1 for not found.

Remember to have a header, implementation, and main and submit those files.

Try the following data:

mango

strawberry

lime

apple

orange

cherry

peach

avocado

banana

lemon

plum

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

Accounting And Auditing Research And Databases Practitioner's Desk Reference

Authors: Thomas R. Weirich, Natalie Tatiana Churyk, Thomas C. Pearson

1st Edition

1118334426, 978-1118334423

More Books

Students also viewed these Databases questions

Question

Define organisational structure

Answered: 1 week ago

Question

Define line and staff authority

Answered: 1 week ago

Question

Define the process of communication

Answered: 1 week ago

Question

Explain the importance of effective communication

Answered: 1 week ago

Question

* What is the importance of soil testing in civil engineering?

Answered: 1 week ago