Amrita Code hour contest Solutions and Resources
-
Fork the repository.
-
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/
-
Add the problems in any language by creating a folder for the Color (if it does not exist) eg. Orange/
-
You may submit the solution to a problem that has already been solved in a different language.
-
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
-
Make sure that the solution you post works for all test cases.
-
Raise a pull request and wait for the code to be merged :)