Update tags on problem 66.

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

View File

@@ -1042,16 +1042,14 @@
<tr> <tr>
<td><a href="EulerProblem066.html">Problem 066</a></td> <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> <td>
<kbd>fractions</kbd> <kbd>diophantine</kbd>
<kbd>square roots</kbd> <kbd>equation</kbd>
<kbd>sequence</kbd> <kbd>pell's equation</kbd>
<kbd>periodic</kbd>
</td> </td>
</tr> </tr>