/competitive-coding

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

Primary LanguageJavaMIT LicenseMIT

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.