Intger encoding and decoding problem
Posted
by aASDASD
on Stack Overflow
See other posts from Stack Overflow
or by aASDASD
Published on 2010-05-18T21:50:39Z
Indexed on
2010/05/19
4:30 UTC
Read the original article
Hit count: 166
integer
|compression
I have a long list of integers, and i need to reduce this down to a single integer. The integer list can be anywhere from 0 to 300 ints long (about). I need to be able to encode/decode.
Is there a better option than a lookup table?
© Stack Overflow or respective owner