From professional translators, enterprises, web pages and freely available translation repositories.
*merging two treaps that are the product of a former split, one can safely assume that the greatest value in the first treap is less than the smallest value in the second treap.
*pour fusionner deux arbretas issus d'une séparation, on peut sans risque supposer que la plus grande valeur dans le premier arbretas est plus petite que toutes les valeurs dans le second arbretas.
== operations ==treaps support the following basic operations:*to search for a given key value, apply a standard binary search algorithm in a binary search tree, ignoring the priorities.
== opérations ==en particulier, les arbretas supportent les opérations suivantes:*rechercher une clé donnée avec l'algorithme standard de recherche dichotomique dans un arbre binaire de recherche, en ignorant les priorités.