簡単にするために、4文字で可能です。
First letter: first letter of firstname
Second letter: letter of the alphabet (starting with `A` keeping count)
Third letter: first letter of lastname
Fourth letter: letter of the alphabet (starting with `A` keeping count)
そうすれば1 * 26 * 1 * 26 = 676
、名前ごとに可能性があります.Dale CooperまたはDarren Cooperのいずれかがその676のうちの2つになります。つまり:
Dale Cooper DACA
Darren Cooper DACB
Douglas Cooper DACC
4 番目の文字が に達するZ
と、2 番目の文字は次のようになりますB
。
Dave Cooper DACZ
Doctor Cooper DBCA
等。
編集
レターコードで名前をより視覚的に保つには、次を使用することもできます。
First letter: first letter of firstname
Second letter: first letter of lastname
Third letter: letter of the alphabet (starting with `A` keeping count)
Fourth letter: letter of the alphabet (starting with `A` keeping count)