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] implement _builtin_parity(x) for largeInt #41

Open
ayaankhan98 opened this issue Oct 7, 2020 · 0 comments
Open

[feat] implement _builtin_parity(x) for largeInt #41

ayaankhan98 opened this issue Oct 7, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest hacktoberfest 2020 testing

Comments

@ayaankhan98
Copy link
Owner

ayaankhan98 commented Oct 7, 2020

Description

  • This function is used to check the parity of a large int. This function returns true(1) if the number has odd parity else it returns false(0) for even parity.
  • include tests for new implementation
@ayaankhan98 ayaankhan98 added enhancement New feature or request good first issue Good for newcomers hacktoberfest hacktoberfest 2020 testing labels Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest hacktoberfest 2020 testing
Projects
None yet
Development

No branches or pull requests

1 participant