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

标签:
careercup (#careercup)

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

相关帖子

版块 回复/查看 最后发表
CareerCup 14.4

Explain the difference between templates in C++ and generics in Java.

刷题 0 1491 BinaryWitch 2012-9-14 09:10
CareerCup 14.3

What is the differences between final, finally, and finalize?

刷题 0 1458 BinaryWitch 2012-9-14 09:09
CareerCup 14.2

In Java, does the finally block gets executed if we insert a return statement inside the try block of a try-catch-finally?

刷题 5 1943 m4reiiy 2012-9-10 11:38
CareerCup 14.1

In terms of inheritance, what is the effect of keeping a constructor private?

刷题 0 1348 BinaryWitch 2012-9-9 04:12
CareerCup 13.9

Write a smart pointer (smart_ptr) class.

刷题 0 1653 BinaryWitch 2012-9-9 04:11
CareerCup 13.7

Why does a destructor in base class need to be declared virtual?

刷题 1 1558 lingeast 2012-9-6 22:14
CareerCup 13.8

Write a method that takes a pointer to a Node structure as a parameter and returns a complete copy of the passed-in data structure. The Node structure contains ...

刷题 1 1359 CStick75 2012-9-6 17:47
CareerCup 13.6

What is name hiding in C++?

刷题 0 1609 BinaryWitch 2012-9-2 20:44
CareerCup 12.4

You have an array with all the numbers from 1 to N, where N is at most 32,000. The array may have duplicate entries and you do not know what N is. With only 4KB ...

刷题 3 1774 offer_letter 2012-9-1 21:13
CareerCup 13.5

What is the significance of the keyword "volatile" in C?

刷题 0 1201 BinaryWitch 2012-9-1 07:06
CareerCup 12.3

Given an input file with four billion integers, provide an algorithm to generate an integer which is not contained in the file. Assume you have 1 GB of memory. ...

刷题 1 1978 toliuweijing 2012-8-31 23:54
CareerCup 13.4

What is the difference between deep copy and shallow copy? Explain how you would use each.

刷题 1 1466 toliuweijing 2012-8-31 04:55
CareerCup 13.3

How do virtual functions work in C++?

刷题 1 1470 toliuweijing 2012-8-31 02:06
CareerCup 13.2

Compare and contrast a hash table vs. an STL map. How is a hash table implemented? If the number of inputs is small, what data structure options can be used ins ...

刷题 3 1564 toliuweijing 2012-8-31 01:42
CareerCup 13.1

Write a method to print the last K lines of an input file using C++.

刷题 2 1512 toliuweijing 2012-8-29 11:14
CareerCup 12.7

You have to design a database that can store terabytes of data. It should support efficient range queries. How would you do it?

刷题 0 1640 BinaryWitch 2012-8-26 22:56
CareerCup 12.6

You have a billion urls, where each is a huge page.. How do you detect the duplicate documents?

刷题 0 1305 BinaryWitch 2012-8-25 20:34
CareerCup 12.5

If you were designing a web crawler, how would you avoid getting into infinite loops?看最近的章节没同学做,有几天没发。都是分析题,今天多发点。

刷题 1 1628 cathere 2012-8-24 16:22
CareerCup 12.2

How would you design the data structures for a very large social network(Facebook, LinkedIn, etc)? Describe how you would design an algorithm to show the connec ...

刷题 0 1414 BinaryWitch 2012-8-24 11:57
CareerCup 12.1

If you were integrating a feed of end of day stock price information(open, high, low, and closing price) for 5,000 companies, how would you do it? You are respo ...

刷题 2 1523 parker0203 2012-8-24 03:18
>
返回顶部