In mathematics, a deterministic algorithm produces the same result every time.
This kind of explicit, deterministic algorithm is achievable when large, unwieldy calculations are the task at hand.
Because of its derivation, this deterministic algorithm is guaranteed to cut at least half the edges of the given graph.
The word problem in G should have a fast solution by a deterministic algorithm.
The results might still be slightly biased towards higher numbers or even numbers, but they're not generated by a deterministic algorithm.
For example, trial division is a deterministic algorithm because, if performed correctly, it will always identify a prime number as prime and a composite number as composite.
Например, подразделение испытания - детерминированный алгоритм, потому что, если оно выступило правильно, оно будет всегда определять простое число, столь же главное и сложное число как соединение.
The fields of both chaos and complexity have held out the hope that much of the noise that seems to pervade nature is actually pseudo-noise, the result of some underlying, deterministic algorithm.
Области и хаоса, и сложности держатся за надежду, что большая часть шума, который рождается для наполнения собою природы, на самом деле является псевдошумом, результатом какого-то лежащего в основе детерминистского алгоритма.
For bipartite graphs, if a single maximum matching is found, a deterministic algorithm runs in time O (V + E) {\displaystyle O(V+E)}.
В случае, если одно из наибольших паросочетаний известно заранее, общее время работы алгоритма будет O (V + E) {\displaystyle O(V+E)}.
Instead of storing all your private keys on a device, Bitfi uses a deterministic algorithm to calculate the private key from the user's secret phrase.
Вместо хранения закрытых ключей, кошелек Bitfi вычисляет закрытый ключ по алгоритму каждый раз, когда пользователь вводит секретную фразу.
Thus, to establish a lower bound on the performance of randomized algorithms, it suffices to find an appropriate distribution of difficult inputs, and to prove that no deterministic algorithm can perform well against that distribution.
Таким образом, чтобы установить нижнюю границу производительности вероятностных алгоритмов, достаточно найти подходящее распределение трудных входов и доказать, что ни один детерминированный алгоритм не может хорошо работать против этого распределения.
This method leads to a randomized algorithm that finds such a separator in linear time, and a less-practical deterministic algorithm with the same linear time bound.
Often in computational theory, the term "algorithm" refers to a deterministic algorithm.
В теории алгоритмов - под термином «алгоритм» обычно понимается «детерминированный» алгоритм.
For efficient implementation, probabilistic root-finding algorithms are used, which makes this a Las Vegas algorithm rather than a deterministic algorithm.