Skip to content

Commit

Permalink
chore: README files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
petrlipatov committed Sep 1, 2024
1 parent 42ee132 commit 43d7274
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README-RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

#### Двоичное кодирование

![Huffman Schema](./images/huffman-schema.webp)
![Huffman Schema](.images/huffman-schema.webp)

### 3) LZSS

Expand All @@ -77,7 +77,7 @@

#### Двоичное кодирование

![LZSS Schema](./images/lzss-schema.webp)
![LZSS Schema](.images/lzss-schema.webp)

### 4) LZ77

Expand All @@ -94,7 +94,7 @@

#### Двоичное кодирование

![LZ77 Schema](./images/lz77-schema.webp)
![LZ77 Schema](.images/lz77-schema.webp)

### 5) BWT

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The Huffman module applies variable-length encoding to text content using the Hu

#### Binary Encoding

![title](./images/huffman-schema.webp)
![title](.images/huffman-schema.webp)

### 3) LZSS

Expand All @@ -82,7 +82,7 @@ LZSS is an optimized version of the LZ77 algorithm, offering text data compressi

#### Binary Encoding

![title](./images/lzss-schema.webp)
![title](.images/lzss-schema.webp)

### 4) LZ77

Expand All @@ -103,7 +103,7 @@ LZ77 is one of the fundamental algorithms in text compression, invented by Abrah

#### Binary Encoding

![title](./images/lz77-schema.webp)
![title](.images/lz77-schema.webp)

### 5) BWT

Expand Down

0 comments on commit 43d7274

Please sign in to comment.