码迷,mamicode.com
首页 >  
搜索关键字:interview    ( 649个结果
Generate a binary tree from parent->child relationship
This was asked in LinkedIn Interview Given a list of child->parent relationships, build a binary tree out of it. All the element Ids inside the tree a... ...
分类:其他好文   时间:2017-12-02 00:33:13    阅读次数:199
25. Reverse Nodes in k-Group
第二轮最后interviewer 直接说you are done for today1st round:-google 1point3acresyou have 2 available operations, /3 and *2, given an integer n, what is the mi ...
分类:其他好文   时间:2017-11-19 11:17:15    阅读次数:161
Long Wei information technology development Limited by Share Ltd interview summary.
Long Wei information technology development Limited by Share Ltd interview summary. I take part in company interveiw in November 13.2017.Get up in the ...
分类:其他好文   时间:2017-11-13 21:20:07    阅读次数:105
16. 3Sum Closest
Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integers. ...
分类:其他好文   时间:2017-11-10 18:49:19    阅读次数:163
Fighting For Interview 1 : Spring
1 Spring 是什么? Spring整个系列的最最核心的概念当属IoC, AOP,Ioc的字面意思就是控制反转,反转的意思就是说,把在开发中,对象的创建工作,对象和对象之间的关联关系交给IOC容器,使其在运行期动态的创建对象,动态的创建关联关系,其中使用的技术主要是反射和动态代理。所以在开发的过 ...
分类:编程语言   时间:2017-10-30 14:42:15    阅读次数:145
104. Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthest l ...
分类:其他好文   时间:2017-10-28 11:20:46    阅读次数:164
安卓插件化与热修复的选型(转)
参考文章: 安卓插件化的过去现在和未来 张涛 http://kymjs.com/code/2016/05/04/01 安卓插件化从入门到放弃 包建强 http://www.infoq.com/cn/news/2016/04/baojianqiang-interview 安卓热补丁动态框架小结 鸿洋 ...
分类:移动开发   时间:2017-10-27 19:10:24    阅读次数:318
409. Longest Palindrome
Given a string which consists of lowercase or uppercase letters, find the length of the longest palindromes that can be built with those letters. This ...
分类:其他好文   时间:2017-10-23 21:41:02    阅读次数:144
657. Judge Route Circle
Initially, there is a Robot at position (0, 0). Given a sequence of its moves, judge if this robot makes a circle, which means it moves back to the or ...
分类:其他好文   时间:2017-10-17 16:37:59    阅读次数:172
Crack the code interview
感觉data structure的话不如刷题 所以就先看后面的吧 knowledge based Chapter 14 1.Difference between interface and abstract class: All methods in interface should be abst ...
分类:其他好文   时间:2017-10-10 14:36:39    阅读次数:170
649条   上一页 1 ... 21 22 23 24 25 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!