Skip to content

Commit

Permalink
deploy: 153f7d4
Browse files Browse the repository at this point in the history
  • Loading branch information
misja committed Sep 9, 2024
1 parent a7ce630 commit b16abba
Show file tree
Hide file tree
Showing 85 changed files with 1,236 additions and 430 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Nested lussen"
"# Lussen in lussen\n",
"\n",
"Geneste lussen!"
]
},
{
Expand Down Expand Up @@ -51,17 +53,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"85.125"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"compute_avg(scores)"
]
Expand Down Expand Up @@ -166,17 +158,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"[1, 2, 3, 4]"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"L[3]"
]
Expand All @@ -185,17 +167,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"4"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"L[3][3]"
]
Expand All @@ -204,17 +176,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"4"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"L[3][3]"
]
Expand Down Expand Up @@ -273,17 +235,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"42"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"max_value"
]
Expand Down Expand Up @@ -503,23 +455,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"1 1\n",
"1 2\n",
"1 3\n",
"2 1\n",
"2 2\n",
"2 3\n",
"3 1\n",
"3 2\n",
"3 3\n"
]
}
],
"outputs": [],
"source": [
"M = [1, 2, 3]\n",
"\n",
Expand Down Expand Up @@ -585,24 +521,14 @@
"source": [
"### Paarsgewijs\n",
"\n",
"Begin `j` altijd één positie na `i`"
"Begin `j` altijd één positie na `i`, bijvoorbeeld:"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"1 2\n",
"1 3\n",
"2 3\n"
]
}
],
"outputs": [],
"source": [
"M = [1, 2, 3]\n",
"\n",
Expand All @@ -613,7 +539,13 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"### Oplossing lussen"
]
Expand Down Expand Up @@ -704,10 +636,24 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
Loading

0 comments on commit b16abba

Please sign in to comment.