| Algorithm 3 RLE Pseudocode |
| while there are still input symbols do repeat get input symbol until symbol unequal to next symbol output count and symbol end while |
| Algorithm 3 RLE Pseudocode |
| while there are still input symbols do repeat get input symbol until symbol unequal to next symbol output count and symbol end while |