File tree 3 files changed +38
-1
lines changed
3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 1
1
TheirConnect4.py
2
2
** /.DS_Store
3
3
Links.txt
4
- Review.txt
4
+ Review.txt
5
+ Non-Transitive.py
Original file line number Diff line number Diff line change
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
+ " "
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
+ }
You can’t perform that action at this time.
0 commit comments