你的位置:首页 > 软件开发 > Java > [LeetCode] Isomorphic Strings

[LeetCode] Isomorphic Strings

发布时间:2015-08-26 12:00:12
Given two strings s and t, determine if they are isomorphic.Two strings are isomorphic if the characters in s can be replaced to g ...

 

Given two strings s and t, determine if they are isomorphic.

Two strings are isomorphic if the characters in s can be replaced to get t.

All occurrences of a character must be replaced with another character while preserving the order of characters. No two characters may map to the same character but a character may map to itself.

For example,

原标题:[LeetCode] Isomorphic Strings

关键词:string

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录