Contribution: FSets

Finite Sets overs Ordered Types

Authors

Description

This contribution contains several implementations of finite sets over arbitrary ordered types using functors. Currently, there are 3 implementations: sorted lists, red-black trees and AVLs.

Keywords

finite sets, sorted lists, balanced trees, red black trees, avl, functors, data structures

Available files