All Projects β†’ ashutosh97 β†’ Competitive Programming Questions

ashutosh97 / Competitive Programming Questions

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

Programming Languages

java
68154 projects - #9 most used programming language
cpp
1120 projects

Projects that are alternatives of or similar to Competitive Programming Questions

Tech Interview Preparation
A one stop solution to ace your next coding interview πŸ‘¨β€πŸ’»
Stars: ✭ 188 (+144.16%)
Mutual labels:  hacktoberfest, competitive-programming
Competitive Programming
Hello Programmers πŸ’» , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.πŸ“—πŸ“• Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (+46.75%)
Mutual labels:  hacktoberfest, competitive-programming
Domjudge
DOMjudge programming contest jury system
Stars: ✭ 484 (+528.57%)
Mutual labels:  hacktoberfest, competitive-programming
Dailycodebase
2 month data structures and algorithmic scripting challenge starting from 20th December 2018 - Coding is Fun! πŸ’―πŸ’― Do it everyday!! Also, Do give us a ⭐ if you liked the repository
Stars: ✭ 186 (+141.56%)
Mutual labels:  hacktoberfest, competitive-programming
Stopstalk Deployment
Stop stalking and start StopStalking πŸ˜‰
Stars: ✭ 276 (+258.44%)
Mutual labels:  hacktoberfest, competitive-programming
Competitive coding
This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding.
Stars: ✭ 393 (+410.39%)
Mutual labels:  hacktoberfest, competitive-programming
Algorithms
Solved algorithms and data structures problems in many languages
Stars: ✭ 1,021 (+1225.97%)
Mutual labels:  hacktoberfest, competitive-programming
Dotnet
[MIRROR] Newer mono, .NET languages, and libraries
Stars: ✭ 75 (-2.6%)
Mutual labels:  hacktoberfest
Technical Interview Guide
My learning material for technical interviews!
Stars: ✭ 76 (-1.3%)
Mutual labels:  competitive-programming
Django Helpdesk
A Django application to manage tickets for an internal helpdesk. Formerly known as Jutda Helpdesk.
Stars: ✭ 1,198 (+1455.84%)
Mutual labels:  hacktoberfest
Ebwiki
repository of police abuse cases against people of color
Stars: ✭ 73 (-5.19%)
Mutual labels:  hacktoberfest
Ts Extended Cheatsheet
An extended cheatsheet about TypeScript
Stars: ✭ 76 (-1.3%)
Mutual labels:  hacktoberfest
Smalltalk
Promise-based Alert, Confirm and Prompt replacement
Stars: ✭ 76 (-1.3%)
Mutual labels:  hacktoberfest
Platform Client
Ushahidi Platform Client, version 3+
Stars: ✭ 75 (-2.6%)
Mutual labels:  hacktoberfest
Lrnotificationobserver
A smarter, simpler, and better way to use NSNotificationCenter with RAII
Stars: ✭ 76 (-1.3%)
Mutual labels:  hacktoberfest
Shopware
Shopware 5 Repository - For Shopware 6 visit https://github.com/shopware/platform
Stars: ✭ 1,197 (+1454.55%)
Mutual labels:  hacktoberfest
Algorithms Hacktoberfest
Write Algorithm in any language and contribute to HacktoberFest
Stars: ✭ 77 (+0%)
Mutual labels:  hacktoberfest
Jenkins Infra
Jenkins main control repo for R10k and our Puppet Enterprise managed infrastructure
Stars: ✭ 76 (-1.3%)
Mutual labels:  hacktoberfest
Hassio Addons
The repository for my Home Assistant Supervisor Add-ons.
Stars: ✭ 71 (-7.79%)
Mutual labels:  hacktoberfest
Prettier action
GitHub action for running prettier on your projects pull requests
Stars: ✭ 77 (+0%)
Mutual labels:  hacktoberfest

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! :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].