Algoritmos presentes:
- Modular Arithmetic
- Check if a number is prime or not
- Convert a number from base A to base B
- Count digits in a factorial (Kamenetsky’s formula)
- Evaluate an expression represented by a String
- Fatorial (x <= 20)
- Factorial of a large number
- Find the Roots of Quadratic Equation
- Find the Radius of the incircle of the triangle
- Mod of a big number
- Print all permutations of a Array
- Integer Power Function