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

feat(set): Added new methods and improved existing methods #58

Merged
merged 1 commit into from
May 15, 2024

Conversation

irdaislakhuafa
Copy link
Owner

Added the following new methods:

  • IsExists: Checks if an element exists in the set.
  • Del: Deletes an element from the set.
  • Convert: Converts the set to a slice.
  • Clear: Clears all elements from the set.
  • IsEmpty: Checks if the set is empty.
  • Size: Gets the size of the set.
  • DelIf: Deletes elements from the set based on a condition.

Added the following new methods:

- IsExists: Checks if an element exists in the set.
- Del: Deletes an element from the set.
- Convert: Converts the set to a slice.
- Clear: Clears all elements from the set.
- IsEmpty: Checks if the set is empty.
- Size: Gets the size of the set.
- DelIf: Deletes elements from the set based on a condition.
@irdaislakhuafa irdaislakhuafa merged commit b78a48b into master May 15, 2024
1 check passed
@irdaislakhuafa irdaislakhuafa deleted the datastructure/set branch May 15, 2024 06:32
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