Skip to content
Snippets Groups Projects
Verified Commit 172c7651 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

fix huffman encoding tree

parent cda657d8
No related branches found
No related tags found
No related merge requests found
......@@ -343,7 +343,7 @@ flowchart TD
eight3 -- 0 --- four3
four3 -- 0 --- n
four3 -- 1 --- m
eight3 -- 0 --- four4
eight3 -- 1 --- four4
four4 -- 0 --- two1
two1 -- 0 --- x
two1 -- 1 --- p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment