set.h
setInt.h
setSet.c
By: Marco Roveri
By: Marco Roveri
See Alsooptional
By: Marco Roveri
This package provides an implementation of sets. It is possible to perform the test of equality among two sets in constant time by simply comparing the two sets. Thus it is possible to check if a union has increased the cardinality of a set inserting elements in one of the two operands by simply comparing the result of the union among the operands.
Set_MakeEmpty()
Set_IsEmpty()
Set_IsMember()
Set_GiveCardinality()
Set_AddMember()
Set_RemoveMember()
Set_MakeSingleton()
Set_Union()
Set_Difference()
Set_GetFirst()
Set_GetRest()
Set_ReleaseSet()
Set_PrintSet()
Set_Make()
Set_Set2List()