Skip to content

LargestOfVeryLargeNumbers #818

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

Merged
merged 4 commits into from
Jul 30, 2019
Merged

LargestOfVeryLargeNumbers #818

merged 4 commits into from
Jul 30, 2019

Conversation

abhikmp
Copy link
Contributor

@abhikmp abhikmp commented May 17, 2019

Finds the largest among two very large numbers of the form x^y. Numbers like 512^513 etc

abhikmp and others added 2 commits May 17, 2019 23:11
Finds the largest among two very large numbers of the form x^y. Numbers like 512^513 etc
input() statements are indented under if __name__ == "__main__":
@cclauss cclauss merged commit 7b2c954 into TheAlgorithms:master Jul 30, 2019
stokhos pushed a commit to stokhos/Python that referenced this pull request Jan 3, 2021
* LargestOfVeryLargeNumbers

Finds the largest among two very large numbers of the form x^y. Numbers like 512^513 etc

* Rename LargestOfVeryLargeNumbers to LargestOfVeryLargeNumbers.py

* Input() statements have been indented.

input() statements are indented under if __name__ == "__main__":

* largest_of_very_large_numbers.py
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.

3 participants