Bug Report for https://neetcode.io/problems/isomorphic-strings
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Please add below test case to the problem:
s="abcabc"
t="ababca"
my code passed all cases but my code was a wrong solution. It failed for above manual test case.
Bug Report for https://neetcode.io/problems/isomorphic-strings
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Please add below test case to the problem:
s="abcabc"
t="ababca"
my code passed all cases but my code was a wrong solution. It failed for above manual test case.