Création du fichier CanonicalCode

This commit is contained in:
2025-12-15 20:14:12 +01:00
parent d303c3390d
commit 2ce7c5b548
@@ -0,0 +1,18 @@
import java.util.*;
public class CanonicalCode{
private Map<Character,Integer> codeLenghts;
private Map<Character,Integer> CanonicalCodes;
public int getCode(){
// à changer selon le contexte !
return 0;
}
public int getLength(){
// à changer selon le contexte ! encore une fois !!
return 0;
}
}