cKK

............当你觉得自己很辛苦,说明你正在走上坡路.............坚持做自己懒得做但是正确的事情,你就能得到别人想得到却得不到的东西............

导航

2015年9月17日

摘要: /*Given two strings s and t, write a function to determine if t is an anagram of s.For example,s = "anagram", t = "nagaram", return true.s = "rat", t ... 阅读全文

posted @ 2015-09-17 21:26 cKK 阅读(442) 评论(0) 推荐(0) 编辑

摘要: //Given an integer, write a function to determine if it is a power of two.public class isPowerOfTwo { public static boolean isPowerOfTwo(int n) { ... 阅读全文

posted @ 2015-09-17 21:19 cKK 阅读(172) 评论(0) 推荐(0) 编辑

摘要: test 阅读全文

posted @ 2015-09-17 13:52 cKK 阅读(108) 评论(0) 推荐(0) 编辑