We learn
-
Clone the repo
-
Each question should be submitted in their respective folders
-
If the question given if from
hackerrank, your solution should be inside the folder. -
Inside root directory are subdirectories that holds the solution to submit
-
Create a file inside the subdirectory. The extension is based on the programming language you will be using to solve the problem. E.g.
.jsThe file name should be a proper description of the question -
Make new changes, add, commit, and push.
-
Push with
git push origin master
- Name of algorithm dot language extension, e.g
Tree-Sorting.java