Skip to content

Commit 791fdad

Browse files
committed
Added the json files
1 parent 6a93e6a commit 791fdad

File tree

11 files changed

+15539
-382310
lines changed

11 files changed

+15539
-382310
lines changed

make_dataset.py

Lines changed: 1 addition & 1 deletion
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 = 1000
9+
TARGET_NUM_PER_PROBLEM = 100
1010

1111

1212
parser = argparse.ArgumentParser(

problems/ICPC.json

Lines changed: 300 additions & 12900 deletions
Large diffs are not rendered by default.

problems/IMO.json

Lines changed: 1197 additions & 31421 deletions
Large diffs are not rendered by default.

problems/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ Each .json file contains a number of related problems with one or more instances
44

55
## Files:
66

7-
- [algebra (4 problems, 4,000 instances)](#algebra)
8-
- [basic (10 problems, 10,000 instances)](#basic)
9-
- [chess (5 problems, 4,858 instances)](#chess)
10-
- [codeforces (16 problems, 15,023 instances)](#codeforces)
11-
- [game_theory (2 problems, 2,000 instances)](#game_theory)
12-
- [graphs (10 problems, 8,002 instances)](#graphs)
13-
- [ICPC (2 problems, 2,000 instances)](#icpc)
14-
- [IMO (6 problems, 5,011 instances)](#imo)
15-
- [puzzles (18 problems, 8,367 instances)](#puzzles)
16-
17-
Total (73 problems, 59,261 instances)
7+
- [algebra (4 problems, 400 instances)](#algebra)
8+
- [basic (10 problems, 1,000 instances)](#basic)
9+
- [chess (5 problems, 500 instances)](#chess)
10+
- [codeforces (16 problems, 1,523 instances)](#codeforces)
11+
- [game_theory (2 problems, 200 instances)](#game_theory)
12+
- [graphs (10 problems, 802 instances)](#graphs)
13+
- [ICPC (2 problems, 200 instances)](#icpc)
14+
- [IMO (6 problems, 511 instances)](#imo)
15+
- [puzzles (18 problems, 906 instances)](#puzzles)
16+
17+
Total (73 problems, 6,042 instances)
1818

1919

2020
----

problems/algebra.json

Lines changed: 900 additions & 27000 deletions
Large diffs are not rendered by default.

problems/basic.json

Lines changed: 2700 additions & 65700 deletions
Large diffs are not rendered by default.

problems/chess.json

Lines changed: 1038 additions & 27944 deletions
Large diffs are not rendered by default.

problems/codeforces.json

Lines changed: 4576 additions & 101776 deletions
Large diffs are not rendered by default.

problems/game_theory.json

Lines changed: 300 additions & 12312 deletions
Large diffs are not rendered by default.

problems/graphs.json

Lines changed: 2101 additions & 52135 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)