Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

joiellantero/run-length-message-decoding

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
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

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.