Question: I need help debugging the following question in Hackerrank. I've attached images on the problem, code, and error I am getting. Fast response would be








1. How many Sentences? LL Given an array of words and an array of sentences, determine which words are anagrams of each other. Calculate how many sentences can be created by replacing any word with one of its anagrams. 1 Example wordSet = ['listen! silent! it vis? sentence = "listen it is silent N 2 Determine that listen is an anagram of silent. Those two words can be replaced with their anagrams. The four sentences that can be created are: ::::::: listen it is silent listen it is listen silent it is silent silent it is listen Function Description Complete the countSentences function in the editor below. countSentences has the following parameters: string wordSet[n]: an array of strings string sentences[m]: an array of strings Returns: intl: an array of mintegers that denote the int[]: an array of mintegers that denote the number of sentences that can be formed from each sentence ALL Constraints 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
