How can I pair up items in an array? Let\'s say I have an array of Fighters. And I want to pair them up based on their Weights. Fighters with c
Sort the array by weight. You will then have pairs of weights that are close to each other.