Is your feature request related to a problem? Please describe.
When dealing with large numbers, we need an efficient algorithm to do exponentiation. As it may take a lot of time to compute large powers.
Describe the solution you'd like
Binary exponentiation is based on divide and conquer algorithm.
Additional context
Kindly allow me to contribute under DivideAndConquer directory.
Is your feature request related to a problem? Please describe.
When dealing with large numbers, we need an efficient algorithm to do exponentiation. As it may take a lot of time to compute large powers.
Describe the solution you'd like
Binary exponentiation is based on divide and conquer algorithm.
Additional context
Kindly allow me to contribute under DivideAndConquer directory.