Given an anonymous word W and a text M. You are required to write a method which takes W and M as parameters and return true if and only if W can be written using M, i.e. if a character appears n times in W, it should appear at least n times in M. Example 1: Input: W = "ror"; %3D M = "Hello world." Output: False The letter "r" appears two times in W, but it appears only one time in M. => return false. Example 2: Input: W = "mh"; M = "Hello. Concentrate. May be you have to think about parametric quadratic load factor";

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Output: True
The developed method should return true. There is one character "m" and one
character "h" in W and there is one or more "m" characters and one or more "h"
characters in M. This means we can write W using M.
What should you do?
Describe in plain English your solution (the flow of the proposed solution along with
the data structure that you are going to use). When you are done, write the method
in pseudo code or in java.
What is the time complexity of your proposed method? Can you do better?
Note: The header of the method is given below.
boolean anonymous_word(String W, String M) {
}
Transcribed Image Text:Output: True The developed method should return true. There is one character "m" and one character "h" in W and there is one or more "m" characters and one or more "h" characters in M. This means we can write W using M. What should you do? Describe in plain English your solution (the flow of the proposed solution along with the data structure that you are going to use). When you are done, write the method in pseudo code or in java. What is the time complexity of your proposed method? Can you do better? Note: The header of the method is given below. boolean anonymous_word(String W, String M) { }
Given an anonymous word W and a text M. You are required to write a method
which takes W and M as parameters and return true if and only if W can be written
using M, i.e. if a character appears n times in W, it should appear at least n times in
М.
Example 1:
Input:
W = "ror";
M = "Hello world."
Output: False
The letter "r" appears two times in W, but it appears only one time in M. => return
false.
Example 2:
Input:
W = "mh";
M = "Hello. Concentrate. May be you have to think about parametric quadratic load
factor";
Transcribed Image Text:Given an anonymous word W and a text M. You are required to write a method which takes W and M as parameters and return true if and only if W can be written using M, i.e. if a character appears n times in W, it should appear at least n times in М. Example 1: Input: W = "ror"; M = "Hello world." Output: False The letter "r" appears two times in W, but it appears only one time in M. => return false. Example 2: Input: W = "mh"; M = "Hello. Concentrate. May be you have to think about parametric quadratic load factor";
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY