Company question banks are included with the Insider plan.
Given a list of strings, find the one that contains all the others as substrings.
["programming", "am", "pro"] # -> "programming"
programming contains both am and pro, so it is the...
programming
am
pro