Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 510 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 510 Bytes

hacker-rank

My solutions to hacker rank problems. www.hackerrank.com, username: smukherj

Directory Structure

  • old/ contains old submissions with pdf file in each directory describing the challenge
  • code/ contains the python code for each challenge. The top of the python code links to the challenge
  • testcase/ contains input files used to test the code during development
  • run.py used to run the code in code/ with the input files from testcase/