Examples of using A simple algorithm in English and their translations into Russian
{-}
-
Official
-
Colloquial
In the program extremumprice.mq4 a simple algorithm is used.
A simple algorithm for installation/ removal without tools.
The singular vectors can be generated via a simple algorithm with p iterations.
Furthermore, there is a simple algorithm that maps a dominating set to a set cover of the same size and vice versa.
This problem and its generalizations(like the five fives and the six sixes problem, both shown below)may be solved by a simple algorithm.
For demonstration we will take a simple algorithm of the minimal length of a path in the labyrinth calculation.
There is a simple algorithm for testing whether a graph is non-empty: loop through all of the pairs of vertices, testing whether each pair is connected by an edge.
If your company does not have twitter,get one and start with a simple algorithm: follow your friends and several corporate twitters of the subject close to yours.
A simple algorithm would, for every pair(u, v), determine the maximum flow from u to v with the capacity of all edges in G set to 1 for both directions.
The figure on the right illustrates a simple algorithm for constructing a weak 2-coloring in an arbitrary graph.
A simple algorithm to generate a permutation of n items uniformly at random without retries, known as the Knuth shuffle, is to start with any permutation(for example, the identity permutation), and then go through the positions 0 through n- 2(we use a convention where the first element has index 0, and the last element has index n- 1), and for each position i swap the element currently there with a randomly chosen element from positions i through n- 1(the end), inclusive.
For event visitors, this service offers a simple algorithm for ticket booking and responds promptly to customer requests.
SOM instead uses a simple algorithm, looking for potential base classes by following the inheritance tree and stopping at the first one that matches; this is the basic idea behind inheritance in most cases.
In the paper, a criterion has been formulated to recognize whether a given choice table defines a fuzzy logic function and a simple algorithm of fuzzy logic function synthesis has been proposed based on introduced concepts of constituents of minimum and maximum.
Back in Part 1, we created a simple algorithm that estimated the value of a house based on its attributes.
The next example contains the implementation of a simple algorithm that demonstrates how necessary values of each line can be obtained and trading criteria can be formed.
This post provides you with a simple algorithm that can help you save your time and money when travelling abroad and get a discount on airline tickets and hotels.
Alt and Godau describe a simpler algorithm to compute the weak Fréchet distance between polygonal curves, based on computing minimax paths in an associated grid graph.
Of all communication networks, a simple Cooley-Tukey algorithm graph is best reflected on a hypercube type network.
A simple reservoir-based algorithm can be designed using random sort and implemented using priority queue data structure.
A simple recursive traversal algorithm that visits each node of a BST is the following.
Using this subroutine in an iterative compression algorithm gives a simple O(2k n2) algorithm for vertex cover.
A simple greedy algorithm that achieves this approximation factor computes a minimum cut in each connected components and removes the lightest one.
In mathematics, the sieve of Sundaram is a simple deterministic algorithm for finding all the prime numbers up to a specified integer.
Then, using a simple greedy algorithm, the easy knapsack can be solved using O(n) arithmetic operations, which decrypts the message.
There is a simple polynomial-time approximation algorithm with approximation factor 2: find any maximal matching.
Chu(2008) describes a simple linear time algorithm for recognizing trivially perfect graphs, based on lexicographic breadth-first search.
In mathematics, the Sieve of Eratosthenes is a simple, ancient algorithm for finding all prime numbers up to any given limit.
You can now calculate a consensus sequence for assembly data in the Assembly Browser, using either a simple default algorithm or an algorithm from SAMtools.
The approximability of set covering is also well understood: a logarithmic approximation factor can be found by using a simple greedy algorithm, and finding a sublogarithmic approximation factor is NP-hard.