Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    \$\begingroup\$ I don't know Scala, but you should be able to use <2 instead of ==1 for the GCD and <1 instead of ==0 for the prime check. Nice answer! :) \$\endgroup\$ Commented Oct 14, 2020 at 9:15
  • 1
    \$\begingroup\$ Nice trick with BigInt! You can get 91 bytes by rearranging some stuff \$\endgroup\$ Commented Oct 14, 2020 at 12:48