Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 702 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 702 Bytes

competitive-coding

contributions welcome first-timers-only

Collection of competitive coding problems and solution. An open-source repo for beginners to have first PR opportunity.

Usage

  1. Create an issue of any new competitive programming question
  2. Once approved go ahead an raise PR for it.
  3. Mention the question in comments above the class.
  4. Create class name as Question followed by the issue number.
  5. Create a test class with all the valid test cases for the question.