Compose Bijective Base 10 string for an integer
I found a fairly fast way to convert strings representing Base 10 numbers to strings that represent Bijective Base 10 numbers. That’s a string-to-string conversion, no integer type is involved. What happens if you have an integer type variable and you want a Bijective Base 10 string representing it?
评论
?
参与讨论