Its when I try to do stuff like this I realise I really need to go to university!
Anyway I have an array of strings (275) I need to loop through them and create strings of all the possible pairs, in Java.
I’ve been learning about recursion but I cant find the answer for this.
In case pairs
abandbaare different, do:and if not, do something like this:
Note that I am assuming the array holds unique strings!