3. [15] The abstract data type (ADT) Set(Elm) represent sets. Accordingly, the following is a possible set of operators: new: Set set: Elm Set in: Set x Elm→ Bool empty: Set →Bool count: SetInteger delete: Set x Elm Set create a new, empty set create a singleton set true iff a value is in a set true iff the set is empty returns the number of values in the set removes a value from a set intersect: Set x Set Set returns the intersection of two sets union: Set x Set Set returns the union of two sets with no duplicate values (a) [5] Identify between the operators enumerated above a minimal set of constructors and justify your choice. (b) [10] Provide axioms for the operators empty, count, and delete.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter13: Overloading And Templates
Section: Chapter Questions
Problem 15PE
icon
Related questions
Question
100%
3. [15] The abstract data type (ADT) Set(Elm) represent sets. Accordingly, the following is a
possible set of operators:
new: Set
set: Elm Set
in: Set x Elm→ Bool
empty: Set →Bool
count: SetInteger
delete: Set x Elm Set
create a new, empty set
create a singleton set
true iff a value is in a set
true iff the set is empty
returns the number of values in the set
removes a value from a set
intersect: Set x Set
Set
returns the intersection of two sets
union: Set x Set
Set
returns the union of two sets with no duplicate values
(a) [5] Identify between the operators enumerated above a minimal set of constructors and
justify your choice.
(b) [10] Provide axioms for the operators empty, count, and delete.
Transcribed Image Text:3. [15] The abstract data type (ADT) Set(Elm) represent sets. Accordingly, the following is a possible set of operators: new: Set set: Elm Set in: Set x Elm→ Bool empty: Set →Bool count: SetInteger delete: Set x Elm Set create a new, empty set create a singleton set true iff a value is in a set true iff the set is empty returns the number of values in the set removes a value from a set intersect: Set x Set Set returns the intersection of two sets union: Set x Set Set returns the union of two sets with no duplicate values (a) [5] Identify between the operators enumerated above a minimal set of constructors and justify your choice. (b) [10] Provide axioms for the operators empty, count, and delete.
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage