n log信息详情

n log发音

意思翻译

n日志

相似词语短语

log───n.原木;(航海或飞行)日志;(定期或系统的)观察记录;船舶测速仪;对数;v.把(情况)载入航海(或飞行)日志;(船、飞机)达到(一定的航程、速度);(飞行员)飞行(一定的时间);对……作系统记录;采伐(林区)树木

N n───abbr.neuralnetwork神经网络;NetworkNode网络结点

creosote log───杂酚油原木

debarking log───剥皮日志

requisitions log───请购单日志

tardiness log───迟到日志

billot log───比洛测井

tracking log───跟踪日志

log sheet───记录表,登记表; 记录纸

双语使用场景

So I have n operations log n times, n log n there we go, n log n. Took us a long time to get there, but it's a nice algorithm to have.───所以我log,n遍的n次操作,就得到了,虽然花了不少时间得到了这个结论。

Merge sort has o (n log n) worst-case and average-case performance.───合并排序的最差性能和平均性能为o (n log n)。

As I mentioned in the overview section, random character access on a rope with many internal nodes is approximately o (log n), so traversal is o (n log n).───就像我在概述一节中提到过的,在拥有许多内部节点的rope上随机访问字符的时间大约为o (log n),所以遍历时间为o (nlog n)。

The JDK documentation indicates that this method gives you a modified mergesort with guaranteed N*log(N) performance.───JDK文档说明,该方法采用修正的合并排序法,保证N*log(N)的效率。

Merge sort has O(n log n) worst-case and average-case performance.───合并排序的最差性能和平均性能为O(nlogn)。

英语使用场景

Merge sort has O(n log n) worst-case and average-case performance.