Update graphs challenges to add connected constraint (#151)

This commit is contained in:
Donne Martin
2017-03-13 05:24:32 -04:00
committed by GitHub
parent 7884146d54
commit a37e08d8d4
8 changed files with 24 additions and 8 deletions

View File

@@ -38,6 +38,8 @@
" * Yes\n",
"* Can we assume we already have Graph and Node classes?\n",
" * Yes\n",
"* Can we assume this is a connected graph?\n",
" * Yes\n",
"* Can we assume the inputs are valid?\n",
" * Yes\n",
"* Can we assume this fits memory?\n",
@@ -206,7 +208,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.0"
"version": "3.4.3"
}
},
"nbformat": 4,

View File

@@ -37,6 +37,8 @@
" * Yes\n",
"* Can we assume we already have Graph and Node classes?\n",
" * Yes\n",
"* Can we assume this is a connected graph?\n",
" * Yes\n",
"* Can we assume the inputs are valid?\n",
" * Yes\n",
"* Can we assume this fits memory?\n",
@@ -244,7 +246,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.0"
"version": "3.4.3"
}
},
"nbformat": 4,