space complexity - traduction vers russe
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

space complexity - traduction vers russe

AMOUNT OF MEMORY SPACE REQUIRED TO SOLVE AN INSTANCE OF THE COMPUTATIONAL PROBLEM AS A FUNCTION OF THE SIZE OF THE INPUT
Memory complexity

space complexity         

математика

емкостная сложность (алгоритма)

space complexity         
пространственная сложность

Définition

ЕВРОПЕЙСКОЕ КОСМИЧЕСКОЕ АГЕНТСТВО
(ЕКА) , международная организация 10 стран. Создана в 1975. Разрабатывает космические аппараты (КА) коммерческого и хозяйственно-прикладного назначения. ЕКА имеет сеть станций слежения за полетом космических аппаратов с центром управления в Дармштадте (Германия).

Wikipédia

Space complexity

The space complexity of an algorithm or a computer program is the amount of memory space required to solve an instance of the computational problem as a function of characteristics of the input. It is the memory required by an algorithm until it executes completely.

Similar to time complexity, space complexity is often expressed asymptotically in big O notation, such as O ( n ) , {\displaystyle O(n),} O ( n log n ) , {\displaystyle O(n\log n),} O ( n α ) , {\displaystyle O(n^{\alpha }),} O ( 2 n ) , {\displaystyle O(2^{n}),} etc., where n is a characteristic of the input influencing space complexity.

Traduction de &#39space complexity&#39 en Russe