<p>Given a string band an array of smaller strings T, design a method to search b for each small string in T. Output <code>positions</code> of all strings in <code>smalls</code> that appear in <code>big</code>, where <code>positions[i]</code> is all positions of <code>smalls[i]</code>.</p>