-
Notifications
You must be signed in to change notification settings - Fork 0
Issues: goombaio/orderedset
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Implement filter(P,S): returns the subset containing all elements of S that satisfy a given predicate P.
#12
opened Sep 17, 2018 by
repejota
Implement subset(S,T): a predicate that tests whether the set S is a subset of set T.
#10
opened Sep 17, 2018 by
repejota
Implement difference(S,T): returns the difference of sets S and T.
#9
opened Sep 17, 2018 by
repejota
Implement intersection(S,T): returns the intersection of sets S and T.
#8
opened Sep 17, 2018 by
repejota
Implement pop(S): returns an arbitrary element of S, deleting it from S.
#4
opened Sep 17, 2018 by
repejota
ProTip!
no:milestone will show everything without a milestone.