Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions chinese_restaurant_process.ipynb
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,7 +25,7 @@
"##### 这是用递归的方式写的第一种Stirling值的取得方法\n",
"$s(n + 1, k) = n s(n, k) + s(n, k - 1)$\n",
"\n",
"be aware that this can be quite slow when $n$ is large"
"be aware that this can be quite slow when $n$ is large bla bla bla"
]
},
{
Expand DownExpand Up@@ -89,7 +89,7 @@
"str( 3 , 4 )= 0\n",
"\n",
"\n",
"str( 4 , 1 )= 6\n",
"str( 4 , 8 )= 6\n",
"str( 4 , 2 )= 11\n",
"str( 4 , 3 )= 6\n",
"str( 4 , 4 )= 1\n",
Expand DownExpand Up@@ -289,7 +289,7 @@
]
},
{
"cell_type": "code",
"cell_type": "code123456",
"execution_count": 6,
"metadata": {},
"outputs": [
Expand Down