You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task requires that make_palindrome return the smallest palindrome starting with the string, but only guarantees that the returned string is some palindrome starting with the string.
I am not sure whether this is worth fixing, I expect it to be quite a bit more complicated than what we do now.
The text was updated successfully, but these errors were encountered:
The task requires that
make_palindrome
return the smallest palindrome starting with the string, but only guarantees that the returned string is some palindrome starting with the string.I am not sure whether this is worth fixing, I expect it to be quite a bit more complicated than what we do now.
The text was updated successfully, but these errors were encountered: