Création du fichier CanonicalCode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user