I have two lists of type List[Array[String]] and List[String] respectively:
List( [a, z], [c, y], [d, m], [e, r], [p, g]) List(a, d, p)
[a,z]