Блог пользователя maqsud13101033

Автор maqsud13101033, история, 7 лет назад, По-английски

Given k alphabets and a length of n, find how many unique strings can be formed using these k alphabets of length n. Two strings are considered same if one can be obtained from another through rotation or through reversing.

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
7 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

what do you need? to apply burnside lemma you need to identify the permutation group, which in this case has 2 * n elements, and the the number of fixed strings for each element...