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

[Idea]: Add code for fast-exponential #1387

Closed
1 of 5 tasks
kjl98 opened this issue Oct 27, 2024 · 1 comment · Fixed by #1386
Closed
1 of 5 tasks

[Idea]: Add code for fast-exponential #1387

kjl98 opened this issue Oct 27, 2024 · 1 comment · Fixed by #1386
Assignees
Labels
enhancement New feature or request gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. hacktoberfest-accepted PRs accepted for Hacktoberfest 2024. Ensures contributions are counted towards the official Hackt... level1 GirlScript Summer of Code | Contributor's Levels

Comments

@kjl98
Copy link
Contributor

kjl98 commented Oct 27, 2024

Idea Title

add how to calculate large power exponentials

Idea Description

Fast exponentiation is a powerful technique for handling large exponents efficiently, commonly used in various computational and mathematical applications. Its ability to work in logarithmic time makes it indispensable for performance-critical systems. I want to add a code for fast-exponentiation in java.

Potential Benefits

  • Improves user experience
  • Enhances learning
  • Adds a new feature
  • Improves code quality
  • Other

Implementation Suggestions (Optional)

No response

@kjl98 kjl98 added the enhancement New feature or request label Oct 27, 2024
@github-actions github-actions bot added gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. hacktoberfest-accepted PRs accepted for Hacktoberfest 2024. Ensures contributions are counted towards the official Hackt... level1 GirlScript Summer of Code | Contributor's Levels labels Oct 27, 2024
Copy link

👋 Hi @kjl98! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. hacktoberfest-accepted PRs accepted for Hacktoberfest 2024. Ensures contributions are counted towards the official Hackt... level1 GirlScript Summer of Code | Contributor's Levels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant