Skip to content

IntegerSet Class Implementation is a C++ program that manages sets of integers from 0 to 15 using a boolean vector. The class supports insertion, deletion, union, intersection, equality checks, and formatted output. This project demonstrates classes, operator overloading, vector manipulation, and working with custom data structures in C++.

Notifications You must be signed in to change notification settings

dawsonpelter/IntegerSet-Class-Implementation

About

IntegerSet Class Implementation is a C++ program that manages sets of integers from 0 to 15 using a boolean vector. The class supports insertion, deletion, union, intersection, equality checks, and formatted output. This project demonstrates classes, operator overloading, vector manipulation, and working with custom data structures in C++.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages