由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - 问一道题 ADVANCE DATA STRUCTURE AND ALGORITHM ANALYSIS
相关主题
这两门课先学哪一个?如何在latex下写pseudocode?
求教:data structure 经典入门书籍几道算法题求教
问个选课的问题:How to organize the algorithm
求一个书的电子版。不知道是否有人有?Algorithm 课程及教材选择疑问 (转载)
每天都过得很焦虑,生物转CS求建议关于计算机算法杂志
请教个选课问题question about google algorithm/architecture (转载)
这篇文章该中国政府买单(N,Wirth),算200亿美元吧请推荐data structure的书
这些课先学哪个急问一篇paper.
相关话题的讨论汇总
话题: data话题: structure话题: advance话题: algorithm话题: analysis
进入CS版参与讨论
1 (共1页)
x******i
发帖数: 172
1
Given an AVL tree (using pseudocode) how to support the following queries:
RangeMin (k1, k2): consider the field data stored in each node to be an
integer. Find the key with minimum data values among all the keys which are
between k1 and k2 in O(log n) times. (Hint: Consider storing an additional
field in the Node structure and show how can this field be maintained during
updates).
Thank you very much.
1 (共1页)
进入CS版参与讨论
相关主题
急问一篇paper.每天都过得很焦虑,生物转CS求建议
[转载] 有搞算法的大侠吗?????问个问题!!!请教个选课问题
CS Algorithm question这篇文章该中国政府买单(N,Wirth),算200亿美元吧
CS Algorithm Help这些课先学哪个
这两门课先学哪一个?如何在latex下写pseudocode?
求教:data structure 经典入门书籍几道算法题求教
问个选课的问题:How to organize the algorithm
求一个书的电子版。不知道是否有人有?Algorithm 课程及教材选择疑问 (转载)
相关话题的讨论汇总
话题: data话题: structure话题: advance话题: algorithm话题: analysis