ashutosh97 / Competitive-Programming-questions

This repo is open for all. Add your favourite competitive programming questions along with the solution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Competitive Programming questions

This repo is open for all. Add your favourite competitive programming questions along with the solution.

Guidelines

  • Create a folder with the question name.
  • Add a .txt file with the problem statement and a solution file which contains the solution of the given problem.

Folder Structure

├── Array
|    ├── Question/Problem name
|    |         ├── Question.txt
|    |         ├── Solution.yourLanguageExt
  • Try to maintain 👆above folder structure.
  • If your question/Problem folder doesn't lie in the above once fill free to create

Getting Started

  • Fork this repo (button on top)
  • Star this repo (button on top)
  • Clone on your local machine
git clone https://github.com/your-username/Competitive-Programming-questions.git
  • Create a new folder with the question name.
  • Add your question and solution file in that folder.
  • Commit and push
git add .
git commit -m 'Added question-name'
git push origin master
  • Create a new pull request from your forked repository
  • Your PR gets merged! 🎃
  • Now you can help others do the same.

Happy Coding! :)

About

This repo is open for all. Add your favourite competitive programming questions along with the solution.


Languages

Language:C++ 61.9%Language:Java 17.8%Language:Python 8.7%Language:C 5.6%Language:JavaScript 2.9%Language:COBOL 1.5%Language:Ruby 0.5%Language:C# 0.5%Language:Kotlin 0.3%Language:Dart 0.2%Language:PHP 0.2%Language:Haskell 0.0%