码迷,mamicode.com
首页 >  
搜索关键字:companies    ( 127个结果
[leetcode] 206.Palindrome Linked List
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
67. Add Binary
**题目: 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
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
234. Palindrome Linked List
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
[CareerCup] 15.6 Entity Relationship Diagram 实体关系图
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
IT公司中最流行的10种编程语言
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
23. Merge k Sorted Lists
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
106. Construct Binary Tree from Inorder and Postorder Traversal
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
105. Construct Binary Tree from Preorder and Inorder Traversal
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
127条   上一页 1 ... 6 7 8 9 10 ... 13 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!