cs > compression/run length > Flashcards
how does run length encoding work
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.