View Single Post
  #3  
Old 12-01-2005, 06:48 PM
TomCollins TomCollins is offline
Senior Member
 
Join Date: Jul 2003
Location: Austin, TX
Posts: 172
Default Re: Enumerating Groups - Algorithm

Ideally, I want only unique permutations. So I could use that method, but with binary.
ABCDEF
000111 = DEF
001111 = CDEF

I would have to check to see if the binary representation had a different number of 1's than 3.
Reply With Quote