tom-sherman / set-operations-js

Performant Javascript set operations. Your Set's best friend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

set-operations

Your Set's best friend.

setOps provides helpful methods for native Javascript Sets such as union, difference, equality and so much more.

The goals of this project is to introduce set theory whilst providing a usable and minimal API.

Operations

  • Superset and Subset
  • Equality
  • Mutually exclusive
  • Union
  • Complement
    • Dyadic difference
    • Symmetric difference
  • Intersection
  • Cartesian product
  • Power sets

About

Performant Javascript set operations. Your Set's best friend.

License:MIT License


Languages

Language:JavaScript 100.0%