The Remove Function
Removes one copy of a number
void Bag::remove(int target)
// Postcondition: If target was in the Bag, then
// one copy of target has been removed from the
// Bag; otherwise the Bag is unchanged.
{
. . .
}
Previous slide
Next slide
Back to first slide
View graphic version