Skip to content
/ Sets Public

Implementation of basic set operations: union, intersection and complement using C++.

Notifications You must be signed in to change notification settings

k-alkiek/Sets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sets

Implementation of basic set operations.

  • Terminal interface C++ program for demonstration of basic operations on sets. A universe is input by the user at the start of the program and then the user can proceed to assign sets that contain elements strictly from the universe.
  • Uses bitwise operations on integers to implement union, intersection and complement operations.

About

Implementation of basic set operations: union, intersection and complement using C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published