Created using Colaboratory

This commit is contained in:
udlbook
2023-10-19 11:30:16 +01:00
parent 351b050e7e
commit 467a36bed8

View File

@@ -4,7 +4,7 @@
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyMGGNRd+xcxZ5fAgplmNBSW",
"authorship_tag": "ABX9TyNioITtfAcfxEfM3UOfQyb9",
"include_colab_link": true
},
"kernelspec": {
@@ -79,7 +79,7 @@
"source": [
"def number_regions(Di, D):\n",
" # TODO -- implement Zaslavsky's formula\n",
" # You will need to use math.factorial() https://www.geeksforgeeks.org/factorial-in-python/\n",
" # You can use math.com() https://www.w3schools.com/python/ref_math_comb.asp\n",
" # Replace this code\n",
" N = 1;\n",
"\n",