CISC 2200 Project 2
Classes
VectorBag.h File Reference

CISC 2200: Data Structures
Project 2: Extending the Bag ADT
More...

#include "BagInterface.h"
#include "VectorBag.cpp"
Include dependency graph for VectorBag.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VectorBag< ItemType >
 VectorBag is a vector-based implementation of BagInterface. More...
 

Detailed Description

CISC 2200: Data Structures
Project 2: Extending the Bag ADT

Header file for a vector-based implementation of an extended Bag ADT. Along with implementing the operations of the Bag ADT, VectorBag also implements union, intersection, and difference.

Author
Arthur G. Werschulz (based on Carrano & Henry)
Date
16 February 2016