You have to find if someone is present in 2 lists even if there's one orthographic fault in his name. Consider that an orthographic fault affect only one carractere (missing or different)
A person is defined with first name, last name and birthdate : for example
Jean MARTINOT (28/04/1983) Gean MARTINOT (28/04/1983) is an orthographic fault Jena MARTINOT (28/04/1983) is a twin of Jean JEAN MARTINO (28/04/1983) is an orthographic fault (case insensitive)
Input : 2 List of people Output : List of people in ListeA who are in ListeB too (return {} if empty solution)
1208 Solvers
434 Solvers
77 Solvers
Determine if input is a perfect number
113 Solvers
Generate a vector like 1,2,2,3,3,3,4,4,4,4
1562 Solvers
Problem Tags