YF-L commited on
Commit
02d9e1b
·
verified ·
1 Parent(s): 0d24cf2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## USACO 2025 Open Contest Dataset
2
+
3
+ ### Dataset Description
4
+ The USA Computing Olympiad (USACO) is a prestigious algorithmic programming competition for high school students in the United States, consisting of four difficulty levels: Bronze, Silver, Gold, and Platinum. Each level contains a set of challenging problems that test algorithmic thinking and implementation skills, making USACO a valuable benchmark for evaluating the reasoning and problem-solving capabilities of large language models. This dataset contains problems and test cases from the USACO 2025 Open Contest.
5
+
6
+ ### Data Fields
7
+
8
+ Each problem in the JSON file contains:
9
+ - `name`: Contest and difficulty level
10
+ - `problem_link`: Official USACO problem link
11
+ - `test_data_link`: Link to test data
12
+ - `solution_link`: Link to official solution
13
+ - `problem_level`: Difficulty level (bronze/silver/gold/platinum)
14
+ - `description`: Full problem statement
15
+ - `input_format`: Input specification
16
+ - `output_format`: Output specification
17
+ - `samples`: Sample test cases included in problem description
18
+ - `runtime_limit`: Time limit in seconds
19
+ - `memory_limit`: Memory limit in MB
20
+ - `solution`: Official solution with explanation
21
+
22
+ ### Source Data
23
+
24
+ Data was collected from the official USACO contest platform `https://usaco.org//index.php?page=open25results`, copyright not specified.
25
+