Est-ce votre entreprise ?
Given a string and an array of strings, return an array of strings which start with the given string. i.e. given 'ba', return 'bad', 'banana', etc.
Utilisateur anonyme
Build a Trie tree and search with given string and return.