Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 767 Bytes

File metadata and controls

20 lines (16 loc) · 767 Bytes

How to contribute? 🤔

First 😮

Fork this repo and create a branch with the name of the solution, something like this: git checkout -b obsinqsob01-bubble.
Then commit and push ⬆️.
Open a pull request and merge 😄

Directory and Name standard ✏️

In this section you have to follow the next:

  • Same name of Hackerrank problem
  • Always lowercase
  • Directories according to Hackerrank hierarchy

Standard docs 📝

To doc your code follow this:

  • Always add the problem name in the list of solutions of this repo, in README.md
  • When adding an solution in a language that was not used yet, create the column to it.
  • Add your name to CONTRIBUTORS.md, sorted alphabetically.

Happy Coding 💻