Hi guys,
I have written a program which currently accumalates different pairs and their frequency from an excel spreadsheet. (1280 pairs)
Want I want to achieve is from the top 20/30 pairs, if I can find pairs that link e.g. Pair 1 [1,33] and Pair 100 [1,232] so i would expect that to be a link.
With that link i want to be able to merge it so the the value becomes e.g. [33,1,232] before continue to find any more.
My find outcome should be a set of 10 numbers which are linked together by thier pairs.
Anyone one have any ideas, would apreciate it?
Kind Regards.