This repository will include scripts to easy, medium and hard competitive coding problems and normal coding questions. This is an open-to-all repository, where we encourage, students, teachers, developers, professionals, beginners, intermediates and experts : everyone, to come and code.
- Star the repository
- Claim an Issue by commenting on it to get assigned. DO NOT RAISE A PR BEFORE YOU HAVE BEEN ASSIGNED. YOUR PR WILL STAND INVALID.
- Fork it
- Clone the forked repository in your local system
- Add the upstream (the original repository from which you forked is the upstream)
- Checkout to a new branch for every PR you make. The PR should be the name of the problem, say:
3sum-closest
- All contributions must be under
Coding_Problems
directory. - Start contributing !
REMEMBER :
- Every time you open your local repository to add changes, make sure to pull the code from the upstream.
- The file name must be the name of the problem. Say the N-Queens problem. So, your file name should be :
NQueens_Problem
HAPPY CONTRIBUTING !!