Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 778 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 778 Bytes

String Decoding

Decoding input string - so called task of 'decompression'

Reference to:

[1] Valentyn N Sichkar. Decoding string, decompression task // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/String_Decoding (date of access: XX.XX.XXXX)

Description

Program decode string implementing so called task of decompression.
For example input string is 3a5Ba4CcF3f and resulted decompressed string is aaaBBBBBaCCCCcFfff.

MIT License

Copyright (c) 2018 Valentyn N Sichkar

github.com/sichkar-valentyn

Reference to:

[1] Valentyn N Sichkar. Decoding string, decompression task // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/String_Decoding (date of access: XX.XX.XXXX)