User:Mwn3d/Levenshtein distance: Difference between revisions

m
rm debugging line
(A cry for help)
 
m (rm debugging line)
Line 11:
public static int lDist(String a, String b) throws Exception{
if(a == null || b == null){
System.out.println("null");
return -1; //error
}
Anonymous user