Methode getDictionnary

This commit is contained in:
2025-12-18 12:56:55 +01:00
parent bfaf245477
commit 396b4bbf57
2 changed files with 6 additions and 2 deletions
@@ -192,5 +192,9 @@ public class HuffmanTree {
}
public Map<Integer,String> getDictionnary(){
return this.codes;
}
}