Project Euler #97: Large non-Mersenne prime

  • + 0 comments

    Obviously many languages support a native solution to this problem; so if you want to challenge yourself, don't look up how it's implemented and perhaps try to come up with some version yourself. A little wikipedia-ing on large exponentiations gives many different implementations.