摘要: Given two stringssandt, determine if they are isomorphic.Two strings are isomorphic if the characters inscan be replaced to gett.All occurrences of a ... 阅读全文
posted @ 2015-12-30 12:29 Hygeia 阅读(220) 评论(0) 推荐(0) 编辑
摘要: Returning null + removing operations:poll(),pollFirst().Returning null + not removing operations:peek(),peekFirst().Throwing exception + removing oper... 阅读全文
posted @ 2015-12-30 06:26 Hygeia 阅读(132) 评论(0) 推荐(0) 编辑
摘要: Numbers can be regarded as product of its factors. For example,8 = 2 x 2 x 2; = 2 x 4.Write a function that takes an integernand return all possible ... 阅读全文
posted @ 2015-12-30 05:51 Hygeia 阅读(164) 评论(0) 推荐(0) 编辑