We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Tried using .sort() such that the solution boils down to comparing neighbouring words. Unfortunately this violates the "tested first" condition due to the reordering of words:
No Prefix Set
You are viewing a single comment's thread. Return to all comments →
Tried using
.sort()
such that the solution boils down to comparing neighbouring words. Unfortunately this violates the "tested first" condition due to the reordering of words: