TheWisker / CSet

A c++ library for set theory operations on std::vector

Home Page:https://thewisker.github.io/CSet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Set Theory Library

Library for set theory operation on std::vector

Introdution

This is a simple project that aims to provide some simple and fast methods for working with mathematical sets on std::vectors. At the moment it only includes a handful of functions in the set namespace. The library may be expanded at a future time depending on my needs.

Documentation

https://thewisker.github.io/CSet

Author

TheWisker

About

A c++ library for set theory operations on std::vector

https://thewisker.github.io/CSet

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%