Simple API for working with sets and multisets of elements of type usize
A comprehensive mathematical set theory library implementing standard set operations, multisets, and set laws verification
A Multiset that can return a capped value on the elements
Decision diagrams including BDD, ZDD, MBDD, πDD and more for combinatorics.
An unordered multiset implementation using a hash bag
A multiset implementation, currently based on a HashMap
A library providing a weakly ordered multi-set with compile-time configurable ordering scheme
A Rust library for algebraic structures called tracts, which generalize fields and hyperfields.
An ordered multiset of machine numbers
An incremental hash function for multi-sets.
A set of methods to efficiently manipulated sorted arrays
Library with advanced data structures (collections). Includes counter (hash-bag, multiset), disjoint set (union-find, merge-find), circular buffer (cyclic buffer) and interval (range).