CoolFace
Datasetpublic

hackerrank/sample-community-dataset

Field Type† What it contains challenge_id integer Unique numeric identifier for the coding challenge challenge_slug string URL-friendly slug used in challenge links challenge_name string Human-readable challenge title challenge_body string Full challenge description (HTML/Markdown) including input/output, examples, etc. challenge_kind string High-level content type (e.g., code, game) challenge_preview string One-sentence teaser shown in listings challenge_category string… See the full description on the dataset page: https://huggingface.co/datasets/hackerrank/sample-community-dataset.

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
1likes178downloads
Dataset Card
FieldType<sup>†</sup>What it contains
challenge_idintegerUnique numeric identifier for the coding challenge
challenge_slugstringURL-friendly slug used in challenge links
challenge_namestringHuman-readable challenge title
challenge_bodystringFull challenge description (HTML/Markdown) including input/output, examples, etc.
challenge_kindstringHigh-level content type (e.g., code, game)
challenge_previewstringOne-sentence teaser shown in listings
challenge_categorystringTop-level category such as ai, algorithms, databases
challenge_created_atISO 8601 stringWhen the challenge was first created
challenge_updated_atISO 8601 stringMost-recent metadata update time
python3_templatestring (nullable)Complete Python 3 starter code supplied to users
python3_template_headstring (nullable)Header portion of the Python 3 template
python3_template_tailstring (nullable)Footer portion of the Python 3 template
problem_statementstringCanonical statement (often plain-text version of challenge_body)
difficultyfloatContinuous difficulty score in \[0, 1]
allowed_languagesJSON stringArray of language identifiers permitted for submissions
input_formatstring (nullable)“Input Format” section verbatim
output_formatstring (nullable)“Output Format” section verbatim
sample_inputstring (nullable)Example stdin for the challenge
sample_outputstring (nullable)Expected stdout for the sample input
difficulty_tagstringDiscrete label (Easy, Medium, Hard)
editorial_titlestringTitle of the official editorial article
editorial_contentstringFull HTML body of the editorial
editorial_draftboolean (0/1)1 if editorial is still a draft
editorial_slugstringURL-friendly slug for the editorial
editorial_published_atISO 8601 stringPublication timestamp of the editorial
editorial_statisticsJSON stringEngagement stats (participation, submissions, success rate)
editorial_created_atISO 8601 stringEditorial first-save timestamp
editorial_updated_atISO 8601 stringLast editorial edit time
editorial_solution_kindstringTag for reference solution (e.g., tester, reference)
editorial_solution_codestringFull reference solution source code
editorial_solution_languagestringLanguage of the reference solution
editorial_solution_created_atISO 8601 stringCreation time of the reference solution
editorial_solution_updated_atISO 8601 stringLast update time of the reference solution
languagestringDetected programming language for this row