https://www.careercup.com/question?id=5103530547347456 Given a list of nodes, each with a left child and a right child (they can be null), determine i ...
分类:
其他好文 时间:
2018-10-05 12:14:07
阅读次数:
107
CareerCup All in One 题目汇总 Chapter 1. Arrays and Strings 1.1 Unique Characters of a String 1.2 Reverse String 1.3 Permutation String 1.4 Replace Spaces ...
分类:
其他好文 时间:
2018-04-04 20:45:40
阅读次数:
191
We have a 2D grid. Each cell is either a wall, an enemy or empty. For example (0-empty, X-enemy, Y-wall): 0 X 0 0X 0 Y X0 X 0 0You have one bomb and y ...
分类:
其他好文 时间:
2018-03-02 10:24:33
阅读次数:
185
网站 www.careercup.com 上的题库列表 ...
分类:
其他好文 时间:
2018-03-02 10:23:45
阅读次数:
171
A museum was represented by a square matrix that was filled with O, G, and W where O represented open space, G represented guards, and W represented w ...
分类:
其他好文 时间:
2018-03-02 10:23:10
阅读次数:
189
【题目】 原文: 1.6 Given an image represented by an NxN matrix, where each pixel in the image is 4 bytes, write a method to rotate the image by 90 degrees. ...
分类:
其他好文 时间:
2017-05-14 16:55:40
阅读次数:
204
1. leetcode http://leetcode.com/ 2. careerup http://www.careercup.com/ http://hawstein.com/posts/ctci-solutions-contents.html 3. glassdoor http://www. ...
分类:
编程语言 时间:
2016-12-26 12:08:31
阅读次数:
254
今天看到了这篇文章,非常非常棒:http://blog.csdn.net/nedushy123/article/details/23827361 把内容转载如下,以作收藏: 经典算法面试题一览 1. 自然就是careercup (类似的网站还有glassdoor) careercup不难,参考二爷划 ...
分类:
编程语言 时间:
2016-12-02 19:20:34
阅读次数:
594
下载了第五版:/Users/baidu/Documents/Data/Interview/算法与数据结构/《CareerCup+Top+150+Questions+5th.pdf》 参考这篇文章给出的分类: http://www.cnblogs.com/wei-li/p/3318929.html#C ...
分类:
其他好文 时间:
2016-12-02 18:30:13
阅读次数:
192
Return the pivot index of the given array of numbers. The pivot index is the index where the sum of the numbers on the left is equal to the sum of the ...
分类:
其他好文 时间:
2016-11-12 07:49:06
阅读次数:
190