Datasets:

Modalities:
Image
Text
Formats:
parquet
Size:
< 1K
Tags:
code
Libraries:
Datasets
pandas
License:
wjomlex commited on
Commit
b7e8aab
·
verified ·
1 Parent(s): f7ba5f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -5
README.md CHANGED
@@ -1,5 +1,32 @@
1
- ---
2
- license: other
3
- license_name: do-not-use-this-yet-license
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: do-not-use-this-yet-license
4
+ license_link: LICENSE
5
+ ---
6
+
7
+ This dataset contains every Facebook/Meta Hacker Cup problem from 2011 through 2023. For each problem, you'll find these files:
8
+
9
+ * `<problem_name>.md`: The problem statement formatted in Markdown
10
+ * `<problem_name>.in`: The full input file
11
+ * `<problem_name>.out`: The full output file
12
+ * Note that some problems accept multiple possible outputs, in which case the full output file is simply an example of an output that would be accepted
13
+
14
+ Note that for problems from 2011 thorugh 2019, the problems were initially typeset in html. For those problems you can find:
15
+
16
+ * `<problem_name>.html`: The problem statement formatted in HTML
17
+
18
+ For these problems, the Markdown version of the statement (`<problem_name>.md`) was automatically generated from the HTML version and may contain errors.
19
+
20
+ For some problems, written solutions/analyses are available:
21
+
22
+ * `<problem_name>.sol.md`
23
+
24
+ For some problem, code solutions are available:
25
+
26
+ * `<problem_name>.(cpp|py|java)`
27
+
28
+ Some problems contains references to images that look like this:
29
+
30
+ * `{{PHOTO_ID:<photo_id>}}`, example: `{{PHOTO_ID:923060468192530}}`
31
+
32
+ In the same folder as the problem statement, you can find `<photo_id>.jpg` or `<photo_id>.gif`