code4tomorrow / java

Source code from C4T's Java course
https://code4tomorrow.org/java
MIT License
2 stars 5 forks source link

isPrime Problem #13

Closed JJ27 closed 4 years ago

JJ27 commented 4 years ago

Josh Joseph Prime Practice Chapter 13 Advanced Recursion

Simple Prime Number Check

I think the sqrt(n) thing is as advanced as we need to go with this since anything more might be beyond the scope of this course.

Also added Advanced and Ch. 13 folders to the repository.

JJ27 commented 4 years ago

@phrdang @ARajan1084 It seems to me that the GitHub Actions Bot doesn't seem to agree with the changes that the Prettify Bot is making.

phrdang commented 4 years ago

It seems to me that the GitHub Actions Bot doesn't seem to agree with the changes that the Prettify Bot is making.

Oops, sorry I forgot that the PR I made #12 never got merged. That should eliminate some of the excess errors.