Update tags on problem 66.

main
Felix Martin 2019-01-29 23:18:05 -05:00
parent baa915041c
commit 90909e597e
2 changed files with 14 additions and 13 deletions

View File

@ -122,7 +122,9 @@
{
"cell_type": "code",
"execution_count": 43,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"def gcd(a, b):\n",
@ -167,7 +169,9 @@
{
"cell_type": "code",
"execution_count": 48,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"def get_minimal_solution(d):\n",
@ -246,7 +250,7 @@
}
],
"metadata": {
"completion_date": "Tue, 22 Jan 2019, 05:10",
"completion_date": "Mon, 28 Jan 2019, 21:08",
"kernelspec": {
"display_name": "Python 3",
"language": "python3.6",
@ -265,10 +269,9 @@
"version": "3.6.5"
},
"tags": [
"fractions",
"square roots",
"sequence",
"periodic"
"diophantine",
"equation",
"pell's equation"
]
},
"nbformat": 4,

View File

@ -1042,16 +1042,14 @@
<tr>
<td><a href="EulerProblem066.html">Problem 066</a></td>
<td>Tue, 22 Jan 2019, 05:10</td>
<td>Mon, 28 Jan 2019, 21:08</td>
<td>
<kbd>fractions</kbd>
<kbd>diophantine</kbd>
<kbd>square roots</kbd>
<kbd>equation</kbd>
<kbd>sequence</kbd>
<kbd>periodic</kbd>
<kbd>pell's equation</kbd>
</td>
</tr>