Skip to content

START_C not efficient #1

@Jonney3099

Description

@Jonney3099

For text of "12345Cabc" + '\n' + "aD" + '\n' + '\n' + "aEF", the most efficient is:
START_C 12 34 CODEB 5 C a b c CODEA \n SHIFTB a D \n \n SHIFTB a E F
or:
START_C 12 34 CODEB 5 C a b c SHIFTA \n a D CODEA \n \n SHIFTB a E F
The shortest is 20 Encoding words. But I get 21 words by GenCode128:
START_B 1 2 3 4 5 C a b c SHIFTA \n a D CODEA \n \n SHIFTB a E F

Look like START_C and CODE_C is not fully optimized.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions