File size: 658 Bytes
66658a2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This is a programming problem-solving dataset extracted from CodeNet, containing three different scale versions of the dataset.

This dataset contains programming problems and their solutions extracted from the CodeNet platform. Each sample includes:
- `submission_id`: Submission ID
- `problem_id`: Problem ID  
- `status`: Submission status (e.g., "Accepted")
- `code`: Solution code
- `input`: Test input
- `output`: Expected output
- `problem_description`: Problem description

Dataset Versions
 - 'tiny': A small subset with deduplicated submissions
 - 'normal': A subset with deduplicated submissions
 - 'full': Complete dataset without deduplication