Problem 2075. Duplicate/Twins
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)
Solution Stats
Problem Comments
-
1 Comment
Dyuman Joshi
on 8 Mar 2022
Idk how editing the question made it register to me.
Solution Comments
Show commentsProblem Recent Solvers10
Suggested Problems
-
Return a list sorted by number of occurrences
2830 Solvers
-
Find the "ordinary" or Euclidean distance between A and Z
164 Solvers
-
Convert Roman to Arabic Numerals
110 Solvers
-
Sort numbers by outside digits
151 Solvers
-
Unique values without using UNIQUE function
376 Solvers
More from this Author31
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!