2016年8月29日

【LeetCode】205. Isomorphic Strings 解题小结

摘要: 题目: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 occurr 阅读全文

posted @ 2016-08-29 23:48 医生工程师 阅读(94) 评论(0) 推荐(0) 编辑

【LeetCode】3. Longest Substring Without Repeating Characters

摘要: 题目: Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the 阅读全文

posted @ 2016-08-29 01:01 医生工程师 阅读(105) 评论(0) 推荐(0) 编辑

导航