AakritiKinra / Basic-Python-Scripts

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub issues GitHub forks GitHub stars
Python application

ABOUT THE PROJECT

WELCOME TO BASIC PYTHON SCRIPTS

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.

Languages : Python.

HOW TO CONTRIBUTE

  1. Star the repository
  2. 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.
  3. Fork it
  4. Clone the forked repository in your local system
  5. Add the upstream (the original repository from which you forked is the upstream)
  6. Checkout to a new branch for every PR you make. The PR should be the name of the problem, say: 3sum-closest
  7. All contributions must be under Coding_Problems directory.
  8. Start contributing !

REMEMBER :

  1. Every time you open your local repository to add changes, make sure to pull the code from the upstream.
  2. 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 !!
Balaka

About

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.


Languages

Language:Python 91.5%Language:Java 8.5%