From: Brian H. <bh...@sp...> - 2003-03-11 19:44:18
|
Third and last library being submitted for comment: Bitset. This library implements sets of small non-negative integers as a bitset. The big advantage of this implementation is O(1) adding, removing, or testing for membership. Brian |