We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
In computer science, the time complexity of an algorithm quantifies the amount of time taken by an algorithm to run as a function of the length of the string representing the input.
Bilgisayar bilimlerinde, bir algoritmanın zaman karmaşıklığı, giriş verisini temsil eden dizenin uzunluğunun bir fonksiyonu olarak bir algoritmayı yürütmek için geçen süreyi ölçmektedir.
For example the following sample loops have O(n^2) time complexity
Örneğin, aşağıdaki örnek özetler zaman karmaşıklığına sahiptir O (n ^ 2)
Usually, the efficiency or running time of an algorithm is stated as a function relating the input length to the number of steps (time complexity) or storage locations (space complexity)
Genellikle, bir algoritmanın verimlilik veya çalışma zamanı, adımların sayısı (zaman karmaşıklığı) veya depolama yerleri (alan karmaşıklığı)'nin girdi uzunluğuyla ilişkili olan işlev olarak ifade edilir.
One example of time complexity analysis
Zaman karmaşıklığı analizine bir örnek
This gives us O(n^2) time complexity.
Sonuçta O(n2) zaman karmaşıklığına sahiptir.
For example, if the time required by an algorithm on all inputs of size n is at most 5n3 + 3n, the asymptotic time complexity is O(n3).
Örneğin, algoritmanın n büyüklüğündeki tüm girişlerde istenen süre 5n 3 + 3n'den fazla değilse, asimptotik zaman karmaşıklığı O (n3) olur.
If the maximum depth of the tree is m, and there are b legal moves at each point, then the time complexity of the minimax algorithm is O(b m).
Eğer varsa b yasal hamleler, yani b Her noktadaki düğümler ve ağacın maksimum derinliği mminimax algoritmasının zaman karmaşıklığı düzendedir bm(O (b)m)).
A common algorithm with O(log n) time complexity is Binary Search whose recursive relation is T(n/2) + O(1) i.e. at every subsequent level of the tree you divide problem into half and do constant amount of additional work.
O (log n) zaman karmaşıklığı ile ortak bir algoritma, özdeş ilişki T (n/ 2) + O (1) olan, yani ağacın sonraki her seviyesinde, problemi yarıya böldüğünüz ve sabit bir miktarda ek iş yaptığınız İkili Aradır.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.