Skip to content

Commit

Permalink
Update TDT_trio_runtime.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
ay0408 authored Jul 17, 2021
1 parent dfdeb1d commit cf14131
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions runtime/TDT_trio_runtime.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
}
],
"source": [
"# b, cを与える (n0=b, n1=cとする, n5 = 2N-b-c)\n",
"# give b and c (Let n0=b, n1=c, and n5 = 2N-b-c)\n",
"# N = 150, M = 5000\n",
"\n",
"for j in range(5):\n",
Expand Down Expand Up @@ -291,7 +291,7 @@
}
],
"source": [
"# b, cを与える (n0=b, n1=cとする, n5 = 2N-b-c)\n",
"# give b and c (Let n0=b, n1=c, and n5 = 2N-b-c)\n",
"#N = 5000, M = 1000000\n",
"\n",
"for j in range(5):\n",
Expand Down Expand Up @@ -431,8 +431,8 @@
}
],
"source": [
"# n0~n5を与える\n",
"# N = 150,M = 5000, 時間計測\n",
"# give n0~n5\n",
"# N = 150,M = 5000\n",
"\n",
"for j in range(5):\n",
" N = 150\n",
Expand Down Expand Up @@ -498,8 +498,8 @@
}
],
"source": [
"# n0~n5を与える\n",
"# N = 5000,M = 1000000, 時間計測\n",
"# give n0~n5\n",
"# N = 5000,M = 1000000\n",
"\n",
"for j in range(5):\n",
" N = 5000\n",
Expand Down

0 comments on commit cf14131

Please sign in to comment.