Skip to content

Commit 7ddbbc3

Browse files
Week 38
1 parent 505da19 commit 7ddbbc3

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
TheirConnect4.py
22
**/.DS_Store
33
Links.txt
4-
Review.txt
4+
Review.txt
5+
Non-Transitive.py

USACO-Scoring.png

119 KB
Loading

Week38.ipynb

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"## Programming Problem\n",
8+
"\n",
9+
"Finish the [USACO problem](http://usaco.org/index.php?page=viewproblem2&cpid=1180) (Non Transitive Dice).\n",
10+
"\n",
11+
"Create a USACO account and actually submit [their code](Non-Transitive.py). See the performance!\n",
12+
"\n",
13+
"![](USACO-Scoring.png)"
14+
]
15+
}
16+
],
17+
"metadata": {
18+
"kernelspec": {
19+
"display_name": "Python 3.9.13 64-bit",
20+
"language": "python",
21+
"name": "python3"
22+
},
23+
"language_info": {
24+
"name": "python",
25+
"version": "3.9.13"
26+
},
27+
"orig_nbformat": 4,
28+
"vscode": {
29+
"interpreter": {
30+
"hash": "aee8b7b246df8f9039afb4144a1f6fd8d2ca17a180786b69acc140d282b71a49"
31+
}
32+
}
33+
},
34+
"nbformat": 4,
35+
"nbformat_minor": 2
36+
}

0 commit comments

Comments
 (0)