Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
27 views

bijection between n and k letter alphabet

What is bijection between strings over n and k letter alphabet, k,n positive integers ? I'm about to construct a bijection for sentences and binary strings, but I've failed . Can I construct a ...
Jan Pax's user avatar
1 vote
1 answer
82 views

Return a unique and sorted string from number

I have an input which is a number of base 10: 1, 2, 3, 52, 53 ... I would like to convert the number to a string built with the letters a to z. For each number there should be only one letter ...
Charles's user avatar
  • 11.8k