Task
Write function
Write function
f(['a', 'a b', 'a c e', 'a b c', 'b a d', 'b', 'b d', 'e'], 3)
gives ['a', 'a b', 'a c e', 'b', 'b d', 'e']