diff --git a/factoring-public.ipynb b/factoring-public.ipynb index c4e85f2..04f61a1 100644 --- a/factoring-public.ipynb +++ b/factoring-public.ipynb @@ -90,14 +90,18 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 50, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "Odd part of n=1562338765544279\n" + "Odd part of n=1562338765544279\n", + "Factorization is [2, 2, 2, 23434997, 1321, 109, 463] \n", + "\n", + "None\n", + "646.2216827869415\n" ] } ], @@ -111,20 +115,6 @@ "end=time()\n", "print(end-start)" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": {