项目作者: k-alkiek

项目描述 :
Implementation of basic set operations: union, intersection and complement using C++.
高级语言: C++
项目地址: git://github.com/k-alkiek/Sets.git
创建时间: 2017-09-28T20:16:55Z
项目社区:https://github.com/k-alkiek/Sets

开源协议:

下载


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.