Project Euler/64: Difference between revisions
From charlesreid1
(→Code) |
|||
| Line 1: | Line 1: | ||
==Problem Statement== | ==Problem Statement== | ||
More investigation of continued fractions and the continued fraction representation of square roots. | |||
Link: https://projecteuler.net/problem=64 | Link: https://projecteuler.net/problem=64 | ||
Blog post: Computing square roots using continued fractions: https://charlesreid1.com:3000/cs/euler/src/master/scratch/Round2_050-070/063/Problem063.java | |||
==Solution Technique== | ==Solution Technique== | ||
Revision as of 10:30, 8 January 2018
Problem Statement
More investigation of continued fractions and the continued fraction representation of square roots.
Link: https://projecteuler.net/problem=64
Blog post: Computing square roots using continued fractions: https://charlesreid1.com:3000/cs/euler/src/master/scratch/Round2_050-070/063/Problem063.java
Solution Technique
Code
Link: https://charlesreid1.com:3000/cs/euler/src/master/scratch/Round2_050-070/064
Flags