encoding - Turning a finite sequence of natural numbers into one natural number c++ -


i have sequence of natural numbers 72 digits, each digit varying 0 9. need encode sequence 1 natural number. using prime numbers (godel number) not practical because number gets big fast.

is there different way of doing this?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -