翻訳と辞書
Words near each other
・ complete inference system
・ complete lattice
・ complete metric space
・ complete partial ordering
・ complete theory
・ complete unification
・ completeness
・ complex instruction set computer
・ complex number
・ complex programmable logic device
complexity
・ complexity analysis
・ complexity class
・ complexity measure
・ component
・ component architecture
・ component based development
・ component integration laboratories
・ component object model
・ composite


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

complexity : FOLDOC
complexity
The level in difficulty in solving mathematically posed problems as measured by the time, number of steps or arithmetic operations, or memory space required (called time complexity, computational complexity, and space complexity, respectively).
The interesting aspect is usually how complexity scales with the size of the input (the "scalability"), where the size of the input is described by some number N. Thus an algorithm may have computational complexity O(N^2) (of the order of the square of the size of the input), in which case if the input doubles in size, the computation will take four times as many steps. The ideal is a constant time algorithm (O(1)) or failing that, O(N).
See also NP-complete.
(1994-10-20)



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.