Skip to content
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

MultiSet: plus, minus, intersect, and improved equals #16

Merged
merged 14 commits into from
Dec 21, 2022

Conversation

lbressler13
Copy link
Owner

What was changed?

  • Add plus, minus, and intersect to MultiSet interface
  • Fix equals in MultiSetImpl and MutableMultiSetImpl to check equality for all MultiSets
  • Expanded unit tests for all changes

Checks

  • New and existing unit tests pass with my changes
  • Unit tests have been written for all new and changed functions
  • Comments have been added to hard-to-understand code
  • Docstrings have been updated with any modified function signatures
  • ktlint has run successfully
  • The version number has been updated if necessary

How was this tested?

Unit tests

Additional Comments

Add something fun or delete this section

@lbressler13 lbressler13 merged commit d7772c5 into main Dec 21, 2022
@lbressler13 lbressler13 deleted the feat/multiset-ops branch December 21, 2022 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant