5.4k views
1 vote
The algorithm ____ is used to find the elements in one range of elements that do not appear in another range of elements.

A.
set_union

B.
set_difference

C.
set_join

User Dasmikko
by
5.5k points

1 Answer

1 vote

Answer:

A. set_union

Step-by-step explanation:

The algorithm set_union is used to find the elements in one range of elements that do not appear in another range of elements.

User Pugazh
by
5.8k points