#22 - Prefix Search
Problem Statement:
You are given a list of words. Your task is to implement a prefix search function that efficiently finds all words in the list that have a given prefix.
Example 1
Input
Output
Example 2
Input
Output
Last updated