GithubHelp home page GithubHelp logo

utkarshkislay / problem-solving Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hacktoberfestsit/problem-solving

0.0 0.0 0.0 109 KB

License: Apache License 2.0

C 15.75% Python 5.01% JavaScript 9.02% C++ 52.07% Java 18.14%

problem-solving's Introduction

Problem-Solving

Get started with beginner friendly issues, add solution codes and learn contributing.

😎About the repository

This repository contains problem questions related to DSA, Greedy, Math and beginner friendly topics. You can use any programming language of your preference and contribute to this repo.

📢General Steps to follow while contributing:

Step Zero

  • Look for issues already submitted in the Issues tab, and comment "I want to work on this issue"
  • Wait till the owner of the repo assigns you the issue, and then your'e good to go
  • If you want to add solution for a problem of your choice, "Create a new issue, submit and comment to work on the issue"

Step One

  • Once you are assigned the issue, fork the repo to your profile 🍴 by clicking the Fork button on the top right corner
  • Clone the repo to your local machine: $ git clone "your forked repo URL" run the command in git bash on your PC/ Mac 💻
  • Go to the directory for the issue you're working on, then create a folder named on the programming lang. your solution is in (ex: Python) and copy your solution in that directory (for example, Searching & Sorting -> Cyclic Sort -> Python -> solution.py )
  • Add your name to the Contributors.md file

Step Two

  • After succesfully following the above steps, open Git Bash on your PC/ Mac.
  • Create a new branch by your Github username and checkout the branch: $ git checkout -b "username" (branch name should be your GitHub username strictly, Always try to make changes on a new branch rather than directly on the master branch, which can corrupt the codebase while working on some high profile, complicated program)
  • Add files changed: $ git add .
  • Commit the changes: $ git commit -m "commit message" (commit message should be meaningful and precise, example: git commit -m "added searching solution in Java")
  • Push the changes to make a successful PR: $ git push origin your-branch-name
  • That's it 🎉💥

📌Programming Languages to use

  • C
  • C++
  • Python
  • Java
  • Go
  • JavaScript
  • Kotlin
  • Rubi
  • Swift
  • Scala
  • Any other language

🎭Make a Meaningful PR

  • Don't make a spam PR, if found you will be disqualified from Hacktoberfest
  • Try to understand the problem discussed in the issue
  • Make PR which is thoughtful
  • Don't forget to write your name on the Contributors.md file

Don't forget to Star ⭐ this repo 😁



Owned and managed by Deep Dhar, Aman Raza, Shreyansh Singh, Aniruddha Das ❤✨

problem-solving's People

Contributors

aman-raza avatar octoplusninja avatar deepdhar avatar iamprofessor1 avatar gourav-78 avatar deep846 avatar bonkreaction avatar shivanshi-s avatar badasschef avatar anoushka-ghosh avatar gourav8152-ai avatar dcod3r avatar preetam-das avatar utkarshkislay avatar amitshindegit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.