Compare by Position
Hamming distance shows how different two strings of the same length are. The function hamming_distance receives strings a and b and compares their characters at matching positions. Return the number of positions where the characters are different.
Примеры
Ввод
("karolin", "kathrin")Вывод
3Ввод
("abc", "abc")Вывод
0Ввод
("1011101", "1001001")Вывод
2Нужно реализовать
def hamming_distance(a: str, b: str) -> int:
Теги
stringstwo-pointers
Log in om je inzendingsgeschiedenis te zien
InloggenLog in om de AI-mentor te gebruiken
InloggenTests12
Visible tests
Verborgen test 7
Verborgen test 8
Verborgen test 9
Verborgen test 10
Verborgen test 11
Verborgen test 12
They run when you press "Submit" — your whole solution is checked against them so you can't hard-code answers for the visible cases.
Focus radio
Paused · SomaFM · Fluid