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] max() implementation #21

Open
ayaankhan98 opened this issue Oct 5, 2020 · 1 comment
Open

[feat] max() implementation #21

ayaankhan98 opened this issue Oct 5, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest hacktoberfest 2020 testing

Comments

@ayaankhan98
Copy link
Owner

implement the following function for largeInt class

  • max(a, b) returns the maximum of a and b
    max() can have overloads example
max(largeInt, largeInt);
max(largeInt, int);
max(largeInt, int64_t);

there are more possibile overloads
but for now aim is to implement these trivial overloads

@ayaankhan98 ayaankhan98 added the enhancement New feature or request label Oct 5, 2020
@mangodo100
Copy link

Please assign this to me

@ayaankhan98 ayaankhan98 added good first issue Good for newcomers hacktoberfest hacktoberfest 2020 invalid This doesn't seem right testing and removed invalid This doesn't seem right labels Oct 6, 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

2 participants