由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Technical Aptitude Questions 中的一道题 (转载)
相关主题
一道C++面试编程题complexity of set operation?
有人能解释一下这段C++代码吗can somebody help me with average running time of insertion sort?
帮帮看看这段tree insertion问个数据库的问题
[合集] 如何得到一个指向STL元素的指针?stl 源代码疑问
programmer aptitude testone question about initializaiton list
好了。终于把3-way qsort完成标准优化了:)请教Office Automation Add-in的高手
non-aggregate type问题请构造个数据结构,满足:
如何 measure similarity请教一个c++的问题
相关话题的讨论汇总
话题: aptitude话题: questions话题: technical话题: 道题话题: 78
进入Programming版参与讨论
1 (共1页)
a******a
发帖数: 7
1
【 以下文字转载自 JobHunting 讨论区 】
发信人: angelina (landing), 信区: JobHunting
标 题: Technical Aptitude Questions 中的一道题
发信站: BBS 未名空间站 (Tue Jan 5 18:03:07 2010, 美东)
Draw the B-tree of order 3 created by inserting the following data arriving
in sequence - 92, 24, 6, 7, 11, 8, 22, 4, 5, 16, 19, 20, 78
The answers is
^ 11 ^ - ^
^ 5 ^ 7 ^ ^ 19 ^ 24 ^
^ 4 ^ - ^ ^ 6 ^ - ^ ^ 8 ^ - ^ ^ 16 ^ - ^ ^ 20 ^ 22 ^ ^ 78 ^ 92 ^
算了几遍也得不到上面的答案,会不会答案不准呢?
1 (共1页)
进入Programming版参与讨论
相关主题
请教一个c++的问题programmer aptitude test
Perl插入MySQL中双引号的问题好了。终于把3-way qsort完成标准优化了:)
STL iterator的疑问non-aggregate type问题
[合集] 一个数据结构问题如何 measure similarity
一道C++面试编程题complexity of set operation?
有人能解释一下这段C++代码吗can somebody help me with average running time of insertion sort?
帮帮看看这段tree insertion问个数据库的问题
[合集] 如何得到一个指向STL元素的指针?stl 源代码疑问
相关话题的讨论汇总
话题: aptitude话题: questions话题: technical话题: 道题话题: 78