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

Maximum Palindromes #6

Open
prabaprakash opened this issue Jul 30, 2020 · 1 comment
Open

Maximum Palindromes #6

prabaprakash opened this issue Jul 30, 2020 · 1 comment

Comments

@prabaprakash
Copy link
Owner

Algorithms to solve it,

  1. Modular multiplicative inverse
  2. Combinatorics and Permutation
@prabaprakash
Copy link
Owner Author

  1. A billion and 7 is prime.
  2. Basic modular arithmetic
  3. Fermat’s little theorem
  4. Exponentiation by squaring
  5. Precomputing tricks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant