Project Euler: Solving problem 9 - Pythagorean triplet

The problem 9 of the Project Euler is about a Pythagorean triplet. It’s a good problem as it gives a chance to practice implementing mathematical formulae with the Java code. ...

2021-09-20 · Vitali Plagov

Project Euler: Solving problem 8

Project Euler is a website with hundreds of mathematical and algorithmic problems. Some time ago I started solving those issues using Java. My goal is to practice general programing and algorithmic skills using the latest version of Java. So, in this blog post, I will shortly describe the solution to problem 8. ...

2021-08-27 · Vitali Plagov