© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Isaac Shiffman
your python XOR solutuon is not valid. It does not work for the two strings s= "aa" and t="bb" because it will return true in this case
Dhawal Pandya
Writer | Coder
You know what? That is correct, I had not thought of that edge case. Let me remove that solution.
Thank you for bring that to my attention, cheers.