avatar
some interview questions# Programming - 葵花宝典
r*u
1
1. how to debug a process running in the background under unix?
2. you want to use some library to compile your file, but you can not link
it,why?
3. when you prefer binary search tree to hash table?
avatar
l*c
2
1. bring to front, write log file, crash dump, gdb attach.
2. don't understand exactly what does this problem mean
3. less space, seek for range, enumerate in order, high locality in some
special cases. what else?
avatar
B*e
3
i guess the second question is related to name mangling differences in c and
c++

【在 l*****c 的大作中提到】
: 1. bring to front, write log file, crash dump, gdb attach.
: 2. don't understand exactly what does this problem mean
: 3. less space, seek for range, enumerate in order, high locality in some
: special cases. what else?

avatar
l*c
4
ok i c. That's not just between c and c++, c++ code with c++ code could also
have this name decoration problem.

and

【在 B******e 的大作中提到】
: i guess the second question is related to name mangling differences in c and
: c++

avatar
I*g
5
3. when you need to delete frequently.
avatar
l*c
6
I would say it depends. Deletion on hashtable could be much better than BST.

【在 I*********g 的大作中提到】
: 3. when you need to delete frequently.
avatar
y*w
7
主要取决与数据量和可用内存吧

BST.

【在 l*****c 的大作中提到】
: I would say it depends. Deletion on hashtable could be much better than BST.
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。