一亩三分地 标签 标签 careercup 相关帖子

标签:
careercup (#careercup)

318个主题 | 4192个回复 | 最后更新: 2023-5-27 03:23

相关帖子

版块 回复/查看 最后发表
如何高效利用CC150这本书?

刷几遍?看答案刷还是自己苦想?刷到什么程度上leetcode?那个网站有什么用?

刷题 23 13847 gwen123 2019-5-13 10:43
【第三轮】7.24-7.31 CareerCup 5.3

5.3 Given a positive integer, print the next smallest and the next largest number that have the same number of 7 bits in their binary representation.回复 ...

刷题 12 2432 水逼一枚 2015-8-16 01:09
【第三轮】7.14-7.20 CareerCup 4.9

4.9 You are given a binary tree in which each node contains a value. Design an algorithm to print all paths which sum to a given value. The path does not need t ...

刷题 13 4284 yyz20002008 2014-12-16 07:00
【第三轮】8.3-8.9 CareerCup 9.2

9.2 Imagine a robot sitting on the upper left comer of an X by Ygrid. The robot can only move in two directions: right and down. How many possible paths are the ...

刷题 10 2137 swx1031 2014-11-14 13:43
【第三轮】8.3-8.9 CareerCup 9.1

9.1 A child is running up a staircase with n steps, and can hop either 1 step, 2 steps, or 3 steps at a time. Implement a method to count how many possible ways ...

刷题 6 1467 bitcpf 2014-9-16 00:55
【第三轮】7.14-7.20 CareerCup 4.8

4.8 You have two very large binary trees: T1, with millions of nodes, and T2, with hundreds of nodes. Create an algorithm to decide if T2 is a subtree of Tl.A ...

刷题 12 2389 兰橘清檬 2014-8-14 04:23
请问刷一遍CC150要花多长时间?

正准备开始看.先问问刷一遍CC150的话大约总共要多少时间啊?好有个计划。谢谢!

刷题 11 8225 暑假小学生 2014-8-8 12:26
【第三轮】7.24-7.31 CareerCup 5.8

5.8 A monochrome screen is stored as a single array of bytes, allowing eight consecutive pixels to be stored in one byte. The screen has width w, where w is div ...

刷题 8 2128 wilbert 2014-8-7 09:29
【第三轮】7.24-7.31 CareerCup 5.6

5.6 Write a program to swap odd and even bits in an integer with as few instructions as possible (e.g., bit 0 and bit! are swapped, bit 2 and bit 3 are swapped, ...

刷题 10 1933 wilbert 2014-8-7 04:23
【第三轮】7.24-7.31 CareerCup 5.4

5.4 Explain what the following code does: ((n & (n-1)) == 0).回复解法可以按照以下格式来【解题思路】【时间复杂度】【空间复杂度】【gist link】------ ...

刷题 11 1713 jetfish1900 2014-8-6 08:30
【第三轮】7.24-7.31 CareerCup 5.5

5.5 Write a function to determine the number of bits required to convert integer A to integer B.回复解法可以按照以下格式来【解题思路】【时间复杂度】 ...

刷题 10 2120 wilbert 2014-8-6 08:20
【第三轮】7.24-7.31 CareerCup 5.2

5.2 Given a real number between 0 and 7 (e.g., 0.72) that is passed in as a double, print the binary representation. If the number cannot be represented accurat ...

刷题 11 1975 bitcpf 2014-8-4 13:02
【第三轮】7.24-7.31 CareerCup 5.1

5.1 You are given two 32-bit numbers, N andM, and two bit positions, i and j. Write a method to insert M into Nsuch that M starts at bit j and ends at bit i. Yo ...

刷题 9 1633 bitcpf 2014-8-4 11:40
【第三轮】7.24-7.31 CareerCup 5.7

5.7 An array A contains all the integers from 0 through n, except for one number which is missing. In this problem, we cannot access an entire integer in A with ...

刷题 7 1689 bearkino 2014-7-30 12:16
【第三轮】7.7-7.13 CareerCup 4.5

4.5 Implement a function to check if a binary tree is a binary search tree.回复解法可以按照以下格式来Notice:1、记得在程序注释中表明自己算法的时间、 ...

刷题 14 2755 jason51122 2014-7-29 14:25
Networking 和 low level的题目怎么准备呢?

大家好,没有上过cs的课,尤其是OS和networking的东西基本上都不懂。在CC150里面有,三章: computer networking, low level, thread and deadlock。这些要怎么在短时间内 ...

刷题 3 1675 孤独 2014-7-28 00:25
【第三轮】7.14-7.20 CareerCup 4.7

4.7 Design an algorithm and write code to find the first common ancestor of two nodes in a binary tree. Avoid storing additional nodes in a data structure. NOTE ...

刷题 14 2335 wilbert 2014-7-21 03:11
求解释一下CC150 20.13,谢谢

20.13 Given a dictionary of millions of words, give an algorithm to find the largest possible rectangle of letters such that every row forms a word (reading lef ...

刷题 0 1379 孤独 2014-7-20 12:31
【第三轮】7.7-7.13 CareerCup 4.6

4.6 Write an algorithm to find the 'next' node (i.e., in-order successor) of a given node in a binary search tree. You may assume that each node has a link to i ...

刷题 13 2866 tonygxxx1212 2014-7-19 22:59
CC150中文版出了,锁男买一本吧

天天看盗版PDF眼睛难受,亚麻真威武,45块......我看了一下,和原版没差别http://www.amazon.cn/图书/dp/B00G8VOQOG/ref=pd_cp_b_0/476-5418569-6936423

刷题 2 4506 数字媒体技术 2014-7-16 22:17
>
返回顶部