Skip to content

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

License

Notifications You must be signed in to change notification settings

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