Examples of using Two pointers in English and their translations into Russian
{-}
-
Official
-
Colloquial
Binary search, dp, two pointers.
Two pointers are used to keep track of a head and a tail.
Bitmasks, implementation, two pointers.
It also has two pointers prev and next which are used to chain all leaf nodes together.
Dp, probabilities, two pointers.
The algorithm thus maintains two pointers into the given sequence, one(the tortoise) at xi, and the other(the hare) at x2i.
Binary search, implementation, two pointers.
Floyd's tortoise andthe hare algorithm moves two pointers at different speeds through the sequence of values until they both point to equal values.
Binary search, math, sortings, two pointers.
This additional information sometimes takes the form of two pointers holding the upper and lower addresses of the storage occupied by the object to which the bounded pointer points.
Binary search, math, two pointers.
It is often implemented as a circular queue, and thus has two pointers: Read pointer/ read address register Write pointer/ write address register Read and write addresses are initially both at the first memory location and the FIFO queue is empty.
Binary search, data structures, dp, two pointers.
Then tighten the lever securely.(Fig. 53)Make sure that the two pointers on the arm point to each 0 on the bevel scale on the arm holder.
Data structures, graphs, implementation, two pointers.
Floyd's cycle-finding algorithm is a pointer algorithm that uses only two pointers, which move through the sequence at different speeds.
Data structures, implementation, string suffix structures, two pointers.
Geometry, ternary search, two pointers.
Binary search, brute force, implementation, two pointers.
Binary search, greedy, two pointers.
Binary search, implementation, sortings, two pointers.
Binary search, implementation, two pointers.
Binary search, combinatorics, two pointers.
Binary search, hashing, strings, two pointers.
Data structures, dp, geometry, two pointers.
Binary search, data structures, two pointers.
Binary search, geometry, math, two pointers.
Binary search, math, sortings, two pointers.
Data structures, implementation, two pointers.
Binary search, greedy, sortings, two pointers.