Given a singly linked list, determine if it is a palindrome. Follow up:Could you do it in O(n) time and O(1) space? Subscribe to see which companies a ...
分类:
其他好文 时间:
2016-05-13 14:24:03
阅读次数:
181
**题目:
Given two binary strings, return their sum (also a binary string).
For example,
a = “11”
b = “1”
Return “100”.
Subscribe to see which companies asked this question
**思想:String ->Char->int-...
分类:
其他好文 时间:
2016-05-13 02:06:41
阅读次数:
122
Several security companies have already announced their intention of porting their security solutions to Android. For example, in 2008, SMobile releas ...
分类:
其他好文 时间:
2016-05-11 01:24:28
阅读次数:
268
Divide two integers without using multiplication, division and mod operator. If it is overflow, return MAX_INT. Subscribe to see which companies asked ...
分类:
其他好文 时间:
2016-05-08 10:15:41
阅读次数:
165
Given a singly linked list, determine if it is a palindrome. Follow up:Could you do it in O(n) time and O(1) space? Subscribe to see which companies a ...
分类:
其他好文 时间:
2016-04-14 14:10:38
阅读次数:
118
15.6 Draw an entity-relationship diagram for a database with companies, people, and professionals (people who work for companies). 在公司Companies工作的人是专家 ...
分类:
其他好文 时间:
2016-04-07 08:21:30
阅读次数:
195
http://tech.chinaunix.net/a2011/0428/1184/000001184007.shtml
导读:近日bcahub.shareittips.com作者Akash Padhiyar发布了一篇题为“10 Popular Programming Languages In IT Companies”的文章,译文如下: 1. C语言 C语言是一种通用性的编程语言,由D...
分类:
编程语言 时间:
2016-03-30 13:00:28
阅读次数:
252
Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity. Subscribe to see which companies asked this questio
分类:
其他好文 时间:
2016-03-18 21:46:29
阅读次数:
208
Note:You may assume that duplicates do not exist in the tree. Subscribe to see which companies asked this question
分类:
其他好文 时间:
2016-03-14 07:09:20
阅读次数:
172
Note:You may assume that duplicates do not exist in the tree. Subscribe to see which companies asked this question
分类:
其他好文 时间:
2016-03-14 07:05:24
阅读次数:
159