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

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -