Skip to content

joiellantero/run-length-message-decoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Run Length Message Decoding

License

πŸš€ Quickstart

1. About the Algorithm

  • Used linked lists to separate the multiplier from the UTF-8 unicode.
  • Used loops and conditions for a straightforward solution to decode the message.

2. Running the program

  • The usual

    $ python3 main.py
  • Input redirection

    $ python3 main.py < input.txt
  • Input and output redirection

    $ python3 main.py < input.txt > output.txt

πŸ‘¨β€πŸ’» Author

πŸ“„ License

About

Separating the multiplier from the UTF-8 unicode using singly linked lists

Topics

Resources

License

Stars

Watchers

Forks

Languages