由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 问一道题 ADVANCE DATA STRUCTURE AND ALGORITHM ANALYSIS
相关主题
Algorithm 课程及教材选择疑问求不等式组是否有解的问题:
Any algorithm for speech recognise?[转载] 问一个蠢问题:算法方面的课
[转载] Anybody tried sorting algorithm from NR?Help for an algorithm, Thanks
问个专业问题,请帮助看看Evolutionary Algorithms
Implementation of Genetic AlgorithmStatistical Global Optimization Algorithms
pls help a list of global optimization 讨论一下GA算法
问一个关于genetic algorithm 的问题introduction to algorithms
fft algorithm请问,这种会议如何
相关话题的讨论汇总
话题: data话题: structure话题: advance话题: algorithm话题: analysis
进入Computation版参与讨论
1 (共1页)
x******i
发帖数: 172
1
Given and AVL tree show (using pseudocode) how to support the following
queries:
RangeMin(K1, K2): consider the field data stored in each node to be an
interger. Find the key with minimum data values among all the keys which are
between k1 and k2 in O(log n) time. 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页)
进入Computation版参与讨论
相关主题
请问,这种会议如何Implementation of Genetic Algorithm
solutions for Algorithms in C++pls help a list of global optimization
how to prove this problem ? (转载)问一个关于genetic algorithm 的问题
a question about random number generatorfft algorithm
Algorithm 课程及教材选择疑问求不等式组是否有解的问题:
Any algorithm for speech recognise?[转载] 问一个蠢问题:算法方面的课
[转载] Anybody tried sorting algorithm from NR?Help for an algorithm, Thanks
问个专业问题,请帮助看看Evolutionary Algorithms
相关话题的讨论汇总
话题: data话题: structure话题: advance话题: algorithm话题: analysis