Finding maximum match (contiguously from begining) string from a list of strings for a string

Also I doubt String.myers_difference/2 will match the max leading substring either. I think thats something you’ll have to implement. I’m just trying to give you some approaches to take using the standard library.