Skip to content

Commit cf8b425

Browse files
authored
Create 205-Isomorphic-Strings.cpp
Create the C++ solution as the same solution in the YouTube video "https://www.youtube.com/watch?v=7yF-U1hLEqQ"
1 parent 792be16 commit cf8b425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/205-Isomorphic-Strings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ class Solution {
1515
TSMap[t[i]] = s[i];
1616
}
1717

18-
return true;
18+
return true;
1919
}
2020
};

0 commit comments

Comments
 (0)