青年中文青年中文

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.