Skip to content

Commit b99a900

Browse files
Week 34
1 parent 640e752 commit b99a900

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

Week34.ipynb

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"## Programming Problem\n",
8+
"\n",
9+
"Continue with the previous [USACO problem](http://usaco.org/index.php?page=viewproblem2&cpid=1180).\n",
10+
"\n",
11+
"Start writing the main function:\n",
12+
"* The first part of that is reading in the inputs.\n",
13+
"* The second part is looping though all possible `diceC` and checking if is forms a cycle."
14+
]
15+
}
16+
],
17+
"metadata": {
18+
"interpreter": {
19+
"hash": "aee8b7b246df8f9039afb4144a1f6fd8d2ca17a180786b69acc140d282b71a49"
20+
},
21+
"kernelspec": {
22+
"display_name": "Python 3.9.10 64-bit",
23+
"language": "python",
24+
"name": "python3"
25+
},
26+
"language_info": {
27+
"codemirror_mode": {
28+
"name": "ipython",
29+
"version": 3
30+
},
31+
"file_extension": ".py",
32+
"mimetype": "text/x-python",
33+
"name": "python",
34+
"nbconvert_exporter": "python",
35+
"pygments_lexer": "ipython3",
36+
"version": "3.9.10"
37+
},
38+
"orig_nbformat": 4
39+
},
40+
"nbformat": 4,
41+
"nbformat_minor": 2
42+
}

0 commit comments

Comments
 (0)