
Originally Posted by
Bulat Ziganshin
.. knowing that best price (number of bits to encode data from start of block to this pos) of our current position P is Price and having match with some Len and Index we can propose price Price+match_weight(Len,Index) for position P+Len. if this price is better than one already stored in its price slot, this slot would be updated with our "offer"
the only problem is that i dont see any use of backward scanning which i believe is essential part of OP. where is my fault?