摘要: 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 occurrenc 阅读全文
posted @ 2017-10-27 11:40 Jimmy_Cheng 阅读(324) 评论(0) 推荐(0) 编辑
摘要: Description: Count the number of prime numbers less than a non-negative number, n. 题目标签:Hash Table 题目给了我们一个n, 让我们找出比n小的 质数的数量。 因为这道题目有时间限定,不能用常规的方法。 首 阅读全文
posted @ 2017-10-27 07:08 Jimmy_Cheng 阅读(341) 评论(0) 推荐(0) 编辑