Debut Generation Code Canonique

This commit is contained in:
2025-12-18 13:34:57 +01:00
parent 396b4bbf57
commit a5c52be6a8
2 changed files with 19 additions and 4 deletions
@@ -192,7 +192,7 @@ public class HuffmanTree {
}
public Map<Integer,String> getDictionnary(){
public static Map<Integer,String> getDictionnary(){
return this.codes;
}