15 Commits

Author SHA1 Message Date
Vladimir
a743565796 Apply formatting
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
2025-01-13 01:23:52 +05:00
Vladimir
ef82387a09 Some cleanup 2017-12-20 19:00:11 +05:00
Vladimir
e99b15fde0 Added namespace to parser 2017-12-13 13:08:28 +05:00
Vladimir
5901184726 Added namespace for RLE compressor 2017-10-09 21:57:10 +05:00
Vladimir
5e5ee9f43a Added virtual destructors 2017-10-06 20:33:55 +05:00
Vladimir
13e1da5fd5 Code style changed with plugin Beautifier and Artistic Style 2016-10-15 19:31:03 +05:00
Vladimir
afa19da8b4 Removed delimiter lines //-------------- 2016-10-15 17:50:29 +05:00
Vladimir
93515e3a16 Variable renamed 2014-08-13 01:32:59 +06:00
Vladimir
6a6081b902 Minimal equals sequence added as parameter to compress() method 2014-08-13 01:02:02 +06:00
Vladimir
55c09d74a9 Compressor updated 2014-08-13 01:02:02 +06:00
Vladimir
3ad28c912c Added mthod to combine small and non-equal sequences 2014-08-13 01:02:02 +06:00
Vladimir
129edc1bfd Added methods to write sequence to output 2014-08-13 01:02:02 +06:00
Vladimir
42dfd11870 Addednew method to collect sequences of data 2014-08-13 01:02:02 +06:00
Vladimir
e895342062 Added license notice 2013-01-19 15:51:21 +06:00
Vladimir
79b42e1da4 Added RLE compresssion algorithm 2012-09-18 19:12:58 +06:00