Sunday, December 5, 2010

Set Algorithms

The following functions are set algorithms: includes(), set_difference(), set_intersection(), set_union(), and set_symmetric_difference().


The complexity of these algorithms is O(n).

No comments:

Post a Comment