I try to sort N points for distanse between each of them. Of course, that make N*N distanse data (N lists with N data in each). But to sort data i need equal lenght of keys list and base liss. So i need to duplicate this set of points as N branches, and @Duplicate@ block working badly - it make N lists with N similar data in each...