NJACKWinterOfCode / nwoc_algorithms

This is a library of various algorithms that are used in competitive programming.
6 stars 52 forks source link

Added Mathematical Algorithms #55

Closed yashagarwal1999 closed 4 years ago

yashagarwal1999 commented 4 years ago

Added Mathematical Algorithms like Calculating Catalan Numbers, Euler Toient Function and Fast power (a^b)%c in logn time

yashagarwal1999 commented 4 years ago

@Bhavnaharitsa I have made the required changes