BWT algoritmų pagrįsta kompresija
PAGRINDINIS FAILAS BWT.CPP: // rle < raw-file | bwt | mtf | rle | ari > suspaustas_failasFAILAS // kompiliavimas // : g++ -o mtf mtf.cpp #include #include #include #include #include #if !defined( unix ) #include #endif #incl