File size: 997 Bytes
d754373
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
dataset_info:
  features:
  - name: Problem ID
    dtype: string
  - name: Problem Description
    dtype: string
  - name: Rating
    dtype: float64
  - name: math
    dtype: bool
  - name: greedy
    dtype: bool
  - name: implementation
    dtype: bool
  - name: dp
    dtype: bool
  - name: data structures
    dtype: bool
  - name: constructive algorithms
    dtype: bool
  - name: brute force
    dtype: bool
  - name: binary search
    dtype: bool
  - name: sortings
    dtype: bool
  - name: graphs
    dtype: bool
  - name: __index_level_0__
    dtype: int64
  splits:
  - name: train
    num_bytes: 15310385
    num_examples: 7260
  - name: validation
    num_bytes: 1882017
    num_examples: 908
  - name: test
    num_bytes: 1973957
    num_examples: 908
  download_size: 8879191
  dataset_size: 19166359
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---