data compression

Started by
37 comments, last by iMalc 10 years, 1 month ago

haegarr

"information can be destroyed simply by leaving it out"

you can't prove that

wnyUscG.jpg

"I AM ZE EMPRAH OPENGL 3.3 THE CORE, I DEMAND FROM THEE ZE SHADERZ AND MATRIXEZ"

My journals: dustArtemis ECS framework and Making a Terrain Generator

Advertisement

must clarify I know that post was derp, quantum mechanics says the universe is not deterministic

my other 2 post, are not very clear and so they are just too see if someone tought something similar when learning about compression

I highly recommend that you study some simple compression algorithm, and perhaps even attempt to implement it. You will get a far deeper understanding of what they really do and how there is nothing time/space bending about them.

You could start by looking into RLE, LZ77, LZ78, and Huffman encoding, in that order.

"In order to understand recursion, you must first understand recursion."
My website dedicated to sorting algorithms

This topic is closed to new replies.

Advertisement