Delete repeated data (similar data) in a data tree

Hi everyone!!

I have a data tree that inside every branch has a list of numbers with two numbers. I wanted to know how to delete duplicate or similar data in my data tree. Meaning that: if in one branch I have a list with 0 and 1, on another branch that I have 1 and 0 my component would be able to delete the one that has 1 and 0.

Here is a print screen of what I am trying to do:

thanks for your attention and help!

Maria Luiza Torres

without scripting, and just because they are all integers, I would do something like this:

filter_duplicate_integers_no_scripting.gh (11.7 KB)

there are for sure much better solutions…