Two interesting ideas
September 25th, 2006If you’re ever out of ideas for new projects/things to research, you might find these topics interesting :
Arithmetic coding/compression
Many compression algorithms, such as Huffman, work by assigning codes to chunks of data and then writing those codes to output file. Chunks that are often encountered get short codes, rare chunks get longer codes, and [...]
Posted by White Shadow