3. Bobby and Jack like to play a guesting game called "Guess the food." First Bobby thinks of a food. Then Jack has to ask a set of questions to figure out what food Bobby picked. Each question asks about some food's characteristic, and then Bobby answers "yes" or "no." Jack: "Is the food crispy?" Bobby: "No" Jack: "Is the food sweet?" Bobby: "Yes" Jack: "Are there chocolate chips in the food?" Bobby: "Yes" Jack: "Is the food flat and round?" Bobby: "Yes" Jack: "Then I guess chocolate chip cookie." Bobby: "Correct!" The "viable set" is the set of all food items with characteristics consistent with Bobby's questions so far. Jack will keep asking questions until the viable set only has one food. At that point Jack makes his guess. In each question, Jack will pick a characteristic of the food in the viable set to ask about. He never asks the same characteristic twice. Given all of the food and their characteristics Bobby and Jack know, what is the maximum number of "yes" answers before Jack can guess? Utilize a hashtable in your solution. You can use Java STL hashtable, book codes can be copied to write the hashtable, cite your sources. No other plagiarism allowed. Submit your Java files. INPUT FORMAT The first line of input contains the number of food, (2

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter4: Making Decisions
Section: Chapter Questions
Problem 8E: In the game Rock paper Scissors, two players simultaneously choose one of three options: rock,...
icon
Related questions
Question

provide your own code, please

3. Bobby and Jack like to play a guesting game called "Guess the food." First Bobby thinks of a food. Then Jack
has to ask a set of questions to figure out what food Bobby picked. Each question asks about some food's
characteristic, and then Bobby answers "yes" or "no."
Jack: "Is the food crispy?"
Bobby: "No"
Jack: "Is the food sweet?"
Bobby: "Yes"
Jack: "Are there chocolate chips in the food?"
Bobby: "Yes"
Jack: "Is the food flat and round?"
Bobby: "Yes"
Jack: "Then I guess chocolate chip cookie."
Bobby: "Correct!"
The "viable set" is the set of all food items with characteristics consistent with Bobby's questions so far. Jack
will keep asking questions until the viable set only has one food. At that point Jack makes his guess. In each
question, Jack will pick a characteristic of the food in the viable set to ask about. He never asks the same
characteristic twice.
Given all of the food and their characteristics Bobby and Jack know, what is the maximum number of "yes"
answers before Jack can guess? Utilize a hashtable in your solution. You can use Java STL hashtable, book
codes can be copied to write the hashtable, cite your sources. No other plagiarism allowed. Submit your Java
files.
INPUT FORMAT
The first line of input contains the number of food, (2<N<1002<N<100). Each of the next N lines describes a
food item. The line starts with the food name, then an integer K (1<K<1001<K<100), then K characteristics of
that food. Food names and characteristics are strings, size 20 max. No two food items have exactly the same
characteristics.
OUTPUT FORMAT
Output the maximum number of "yes" answers before game ends.
SAMPLE INPUT:
4
cookie 2 sweet soft
pizza 5 cheesy salty soft awesome saucy
chips 3 cheesy salty crispy
ramen 2 salty awesome
SAMPLE OUTPUT:
3
In this example, Jack can ask a maximum of 3 "yes" questions, for example, to guess "pizza" or "chips"
Transcribed Image Text:3. Bobby and Jack like to play a guesting game called "Guess the food." First Bobby thinks of a food. Then Jack has to ask a set of questions to figure out what food Bobby picked. Each question asks about some food's characteristic, and then Bobby answers "yes" or "no." Jack: "Is the food crispy?" Bobby: "No" Jack: "Is the food sweet?" Bobby: "Yes" Jack: "Are there chocolate chips in the food?" Bobby: "Yes" Jack: "Is the food flat and round?" Bobby: "Yes" Jack: "Then I guess chocolate chip cookie." Bobby: "Correct!" The "viable set" is the set of all food items with characteristics consistent with Bobby's questions so far. Jack will keep asking questions until the viable set only has one food. At that point Jack makes his guess. In each question, Jack will pick a characteristic of the food in the viable set to ask about. He never asks the same characteristic twice. Given all of the food and their characteristics Bobby and Jack know, what is the maximum number of "yes" answers before Jack can guess? Utilize a hashtable in your solution. You can use Java STL hashtable, book codes can be copied to write the hashtable, cite your sources. No other plagiarism allowed. Submit your Java files. INPUT FORMAT The first line of input contains the number of food, (2<N<1002<N<100). Each of the next N lines describes a food item. The line starts with the food name, then an integer K (1<K<1001<K<100), then K characteristics of that food. Food names and characteristics are strings, size 20 max. No two food items have exactly the same characteristics. OUTPUT FORMAT Output the maximum number of "yes" answers before game ends. SAMPLE INPUT: 4 cookie 2 sweet soft pizza 5 cheesy salty soft awesome saucy chips 3 cheesy salty crispy ramen 2 salty awesome SAMPLE OUTPUT: 3 In this example, Jack can ask a maximum of 3 "yes" questions, for example, to guess "pizza" or "chips"
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 3 images

Blurred answer
Knowledge Booster
Single Table
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Operations Research : Applications and Algorithms
Operations Research : Applications and Algorithms
Computer Science
ISBN:
9780534380588
Author:
Wayne L. Winston
Publisher:
Brooks Cole