cKK

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

导航

2015年6月3日

摘要: eclipse没问题,leetcode 1不能通过,超出int最大值了,但是怎么转无符号?/*Write a function that takes an unsigned integer and returns the number of ’1' bits it has (also known a... 阅读全文

posted @ 2015-06-03 23:56 cKK 阅读(155) 评论(0) 推荐(0) 编辑

摘要: /*Write a function that takes an unsigned integer and returns the number of ’1' bits it has (also known as the Hamming weight).For example, the 32-bit... 阅读全文

posted @ 2015-06-03 22:13 cKK 阅读(130) 评论(0) 推荐(0) 编辑

摘要: 主意利用asc码 /*Given a column title as appear in an Excel sheet, return its corresponding column number. For example: A -> 1 B -> 2 C -> 3 ... Z -> 26 AA 阅读全文

posted @ 2015-06-03 21:45 cKK 阅读(188) 评论(0) 推荐(0) 编辑

摘要: /*Write an algorithm to determine if a number is "happy".A happy number is a number defined by the following process: Starting with any positive integ... 阅读全文

posted @ 2015-06-03 21:11 cKK 阅读(229) 评论(0) 推荐(0) 编辑

摘要: 超时版:/*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 occur... 阅读全文

posted @ 2015-06-03 00:18 cKK 阅读(215) 评论(0) 推荐(0) 编辑