Given an array of nodes, remove any member that is contained by another member.
Nodes to filter.
Remaining nodes that aren't contained by other nodes.
Given an array of nodes, remove any member that is contained by another member.