Follow up for "Search in Rotated Sorted Array": What if duplicates are allowed? Would this affect
Design a data structure that supports the following two operations:void addWord(word)bool search(word) search(word) can search a literal word or a regular e...