由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 请教一个问题。多谢
相关主题
data structure for set of path in a graph (转载)请高手帮助几道 perl 编程题 (转载)
A question on related workRe: 突然想到,无线网络里的一种黑客攻击方式。大家来
Re: [转载] Re: 30多岁的phd去当programmer写code是不是很没前途??a search engine for bbs?
answer Re: EE challenge CS[转载] faculty job search yahoo groups?
anyone get result from IPDPS?Design Computing 这个方向怎么样?
求教一个算法题.Help with some basic questions
IROS 2009 paper acceptance notification?Does Google provide this service
Adequate queens problem如何用MFC连接search engine?
相关话题的讨论汇总
话题: search话题: keys话题: path话题: consider话题: give
进入CS版参与讨论
1 (共1页)
d***a
发帖数: 316
1
Suppose that the search for key k in a binary search tree ends up in a leaf.
Consider three sets: A, the keys to the left of the search path; B, the
keys on the search path; and C, the keys to the right of the search path.
Investigate if the following is true: a <= b <= c for all a in A; b in B;
and c in C. Give a proof or a counter-example as the case may be.
d***a
发帖数: 316
2
re

leaf.

【在 d***a 的大作中提到】
: Suppose that the search for key k in a binary search tree ends up in a leaf.
: Consider three sets: A, the keys to the left of the search path; B, the
: keys on the search path; and C, the keys to the right of the search path.
: Investigate if the following is true: a <= b <= c for all a in A; b in B;
: and c in C. Give a proof or a counter-example as the case may be.

l****g
发帖数: 761
3
http://en.wikipedia.org/wiki/File:Binary_search_tree.svg
say u end up with (7)
(4) is on left of ur path but greater than (3)
d***a
发帖数: 316
4
非常感谢。
收包子。
1 (共1页)
进入CS版参与讨论
相关主题
如何用MFC连接search engine?anyone get result from IPDPS?
请问Intranet Search和Internet Search的主要区别求教一个算法题.
how to search this pattern in google searchIROS 2009 paper acceptance notification?
google的search result也可以顶了Adequate queens problem
data structure for set of path in a graph (转载)请高手帮助几道 perl 编程题 (转载)
A question on related workRe: 突然想到,无线网络里的一种黑客攻击方式。大家来
Re: [转载] Re: 30多岁的phd去当programmer写code是不是很没前途??a search engine for bbs?
answer Re: EE challenge CS[转载] faculty job search yahoo groups?
相关话题的讨论汇总
话题: search话题: keys话题: path话题: consider话题: give