Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 620 Bytes

File metadata and controls

12 lines (11 loc) · 620 Bytes

30-Days-Of-Code

This File Contains all solutions of: Hackerrank 30 day of code along with other Algorithms

Contributing

How to contribute an implementation (code)?

  • Have a look at open issues. They contain the list of algorithms/DS we plan to be implemented. Pick an unassigned issue.
  • You can also create a new issue for an algorithm that is not in the list.
  • Make sure you are assigned for the issue.
  • Code the algorithm/DS following the styleguide defined below.
  • Send a PR
  • Be sure to not include any compiled binaries in the patch.
  • While sending a PR make sure you follow one issue per PR rule.