Skip to content

Commit

Permalink
minor gen-trees fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Dec 10, 2019
1 parent 87db68d commit 7cddf50
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/trees/trees.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@
"\n",
"## GT 0. Generic Tree Introduction\n",
"\n",
"See Alberto Montresor [Generic Tree theory](http://disi.unitn.it/~montreso/sp/slides/B03-alberi.pdf#Outline0.3)\n",
"See Luca Bianco [Generic Tree theory](https://sciproalgo2019.readthedocs.io/en/latest/slides/Lecture6.pdf)\n",
"\n",
"![](img/gt-labeled.png)\n",
"\n",
Expand Down
Binary file modified jm-templates/exam-admin/jupman-yyyy-mm-dd-grades.ods
Binary file not shown.
13 changes: 13 additions & 0 deletions slides.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,19 @@
"At home: finish binary trees section"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### Lab B.9\n",
"\n",
"Tuesday 10 December\n",
"\n",
"* [Trees](exercises/trees/trees.ipynb) : generic trees\n",
"\n",
"At home: finish generic trees section"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 7cddf50

Please sign in to comment.