Solution: Counting the Number of Unique Words
Learn how to count the number of unique words from the text input following a specific given word.
We'll cover the following
Problem statement
Implement a helper method to count the number of unique words that follow any arbitrary word from the input text. The method implementation should be case-insensitive.
For example, this method should return 5
for the
:
Get hands-on with 1200+ tech skills courses.