Skip to content

Commit 0284169

Browse files
committed
Added probability.py, study.py and tutorial.py problems.
1 parent 854a295 commit 0284169

22 files changed

+478917
-37541
lines changed

_secret_seed.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12389484322359235125123212243523534510980967133563

make_dataset.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import utils
77
import templates # This loads all the problem templates
88

9-
TARGET_NUM_PER_PROBLEM = 100
9+
TARGET_NUM_PER_PROBLEM = 1000
1010

1111

1212
parser = argparse.ArgumentParser(
@@ -25,9 +25,6 @@
2525
help='Glob phrase to select the template files to generate from.')
2626

2727

28-
29-
30-
3128
def main(args):
3229
start_time = time.perf_counter()
3330
templates = fnmatch.filter(problems.problem_registry.keys(), args.templates)

problems/ICPC.json

Lines changed: 20096 additions & 496 deletions
Large diffs are not rendered by default.

problems/IMO.json

Lines changed: 31401 additions & 1196 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)