{A, B, C, D, E, F} How can I list all possible different orders of these 6 letters?
Tried randomly generating a string such as "ABDFEC" etc. and added to list, if it is already in list skipped that one and tried again and again and again. I was able to find 600≈700 of them but unfortunately it stuck at these because it can't find anything different than the previous ones.
So never mind this stupid idea. What is your brilliant one? Help me out please