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

标签:
careercup (#careercup)

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

相关帖子

版块 回复/查看 最后发表
发一个CtCI第五版中被删去的题目集合【更新,已可直接下载】

对照CtCI官网的对照表和CtCI第四版的PDF版,我整理了一下在第四版中出现但是在第五版中被删去的题目。如果其他题目刷的差不多了,可以看看这一部分题目,比较少见,但是也 ...

attachment
刷题 12 3277 霸王 2015-3-9 00:44
请问Careercup要用哪种语言写啊?

非CS的,想转当码农,但是基础很差,就上个学期学了一门data structure,因为是用c++教的,所以只会c++。但是我看careercup好像用的是JAVA写的,那我是应该自学JAVA呢还 ...

刷题 5 2229 lovefayor 2013-1-18 22:21
bit vector 会比boolean array 节约很多内存么?

bit vector 会比boolean array 节约很多内存么?我在看cracking the coding interview 第一题时想到的问题。题目时这样的:Implement an algorithm to determine if a st ...

刷题 3 3031 dacongy 2013-1-11 12:21
careercup 16.10

Write a function called my2DAlloc which allocates a two dimensional array. Minimize the number of calls to malloc and make sure that the memory is accessible by ...

刷题 1 1493 ljfljf2006 2012-11-3 13:45
CareerCup 16.9

Write an aligned malloc & free function that takes number of bytes and aligned byte (which is always power of 2)EXAMPLEalign_malloc (1000,128) will return a ...

刷题 0 1707 leonsu777 2012-10-24 01:55
career cup(5th)15.1

关于第五版15.1,答案用了subquery, 如果要求只用single query,这道题可以做吗?这样写对吗? 请各位高人指点。SELECT t.TenantName, t.TenantIDFROM Tenant t IN ...

刷题 0 1699 肥老鼠 2012-10-19 23:45
careerCup 16.7

What are the best practices to prevent reverse engineering of DLLs?

刷题 1 1734 leonsu777 2012-10-16 23:51
careercup 16.6

Discuss how would you make sure that a process doesn’t access an unauthorized part of the stack.

刷题 0 1584 leonsu777 2012-10-13 13:10
careercup 16.5

Write a program to find whether a machine is big endian or little endian.

刷题 1 1448 leonsu777 2012-10-12 11:25
CareerCup 16.4

Write a step by step execution of things that happen after a user presses a key on the keyboard. Use as much detail as possible.follow up, what happen if us ...

刷题 1 1794 leonsu777 2012-10-11 23:20
careercup 16.1

Explain the following terms: virtual memory, page fault, thrashing.

刷题 4 1616 sing1ee 2012-10-11 09:44
CareerCup 16.3

Describe direct memory access (DMA). Can a user level buffer / pointer be used by kernel or drivers?

刷题 1 1389 leonsu777 2012-10-11 00:09
careercup 16.2

What is a Branch Target buffer? Explain how it can be used in reducing bubble cycles in cases of branch misprediction.

刷题 1 1559 leonsu777 2012-10-10 23:36
careerCup 15.5

Imagine a simple database storing information for students’ grades. Design what this database might look like, and provide a SQL query to return a list of the ...

刷题 0 1412 leonsu777 2012-10-8 11:23
CareeCup 15.2

What are the different types of joins? Please explain how they differ and why certain types are better in certain situations.

刷题 2 1590 redswallow 2012-10-7 14:13
CareerCup 15.3

what 's denormalization? explain the pros and cons

刷题 1 1135 leonsu777 2012-10-6 02:42
CareerCup 15.4

Draw an entity-relationship diagram for a database with companies, people, and professionals (people who work for companies).

刷题 0 1449 leonsu777 2012-10-4 23:21
CareerCup 15.1

Write a method to find the number of employees in each department.

刷题 0 1837 BinaryWitch 2012-9-16 08:59
CareerCup 14.6

Suppose you are using a map in your program, how would you count the number of times the program calls the put() and get() functions?--好几天没发 耽误讨论 ...

刷题 0 1550 BinaryWitch 2012-9-14 09:15
CareerCup 14.5

Explain what object reflection is in Java and why it is useful.

刷题 0 1394 BinaryWitch 2012-9-14 09:11
>
返回顶部