Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 3.33 KB

README.md

File metadata and controls

61 lines (45 loc) · 3.33 KB

CodeHour

Amrita Code hour contest Solutions and Resources

Contribution Guidelines

  1. Fork the repository.

  2. Add the problem solution from a contest mentioned below in any language by creating a folder for the Contest (if it does not exist) eg. Contest1/

  3. Add the problems in any language by creating a folder for the Color (if it does not exist) eg. Orange/

  4. You may submit the solution to a problem that has already been solved in a different language.

  5. Name the file by taking the unique ID of the problem from Hackerrank which can be fetched from the URL for eg. https://www.hackerrank.com/contests/(contest-name)/challenges/(problem-id) eg. For the problem print-the-elements-of-a-linked-list-in-reverse name it as print-the-elements-of-a-linked-list-in-reverse.file-extension

  6. Make sure that the solution you post works for all test cases.

  7. Raise a pull request and wait for the code to be merged :)

Contest Links

Contest 1

Contest 2

Contest 3

Other Resources