compression/run length Flashcards
1
Q
how does run length encoding work
A
t works by finding ‘runs’ of repeated binary patterns, and replacing them with a single instance of the pattern and a number that specifies how many times the pattern is repeated.