Giter Site home page Giter Site logo

gulatikeshav / competitive-programming-2023-gdsc-cummins-x-gdsc-mmcoe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from google-developer-student-club-ccoew/competitive-programming-2023-gdsc-cummins-x-gdsc-mmcoe

0.0 0.0 0.0 64 KB

Welcome to the Hacktoberfest 2023 Competitive-Programming Cohort for Cummins College and MMCOE students! To request issue assignment, create a pull request, providing: 1. Full Name ๐Ÿง‘โ€๐ŸŽ“ 2.Email ๐Ÿ“ง 3.College ID (RNO) ๐Ÿ”ข 4.Branch of Study.๐Ÿ“š 5. Year ๐Ÿ“† .The Cummins College and MMCOE students' PRs will be considered only. Thank you!

C++ 8.51% Python 3.62% Java 87.88%

competitive-programming-2023-gdsc-cummins-x-gdsc-mmcoe's Introduction

Competitive-Programming-2023

hacto

What is Competitive Programming??

Competitive programming is a type of intellectual sport or mind sport that involves solving well-defined algorithmic and computational problems within a specified time limit. Participants, often called competitive programmers, use programming languages to devise efficient solutions to these problems.

The goal is to find the correct and most efficient solution within the given time frame.

Just comment on the issue you want to code for. To contribute, simply follow the steps below!

Contributing to this Repo

  1. Fork this repository.

  2. Clone the forked repository.

bash

git clone https://github.com/<your-github-username>/project_name.git
  1. Navigate to the project directory.

bash

cd Flutter
  1. Creating a new branch (IMP) ๐ŸŒฑ

This is one of the very important steps that you should follow to contribute to Open Source. A branch helps to manage the workflow, isolate your code and does not create a mess. To create a new branch:

bash

$ git branch <name_of_branch>
$ git checkout -b <name_of_branch>

Keep your cloned repo up to date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)

bash

git pull origin main
  1. Make changes in source code. ๐Ÿš€

  2. Stage your changes and commit ๐Ÿ“

bash

Add changes to Index

git add .

Commit to the local repo

git commit -m "<your_commit_message>"
  1. At this point you can use the git push command to push the changes to the current branch of your forked repository:

bash

git push origin <branch-name>
  1. Create a [Pull Request/PR]
    ๐Ÿ›  (https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) !

  2. Congratulations! ๐ŸŽ‰ Sit and relax, you've made your contribution to the Competitive Programming repository of GDSC Cummins under Hacktoberfest 2023. ๐ŸŒŸ

When submitting your code, make sure to reference the question name so that your code is accepted without any issues.

competitive-programming-2023-gdsc-cummins-x-gdsc-mmcoe's People

Contributors

aditi3004 avatar avyuktsoni0731 avatar gdsc-cummins avatar gulatikeshav avatar hitali-khachane avatar isha0904 avatar piyusha2512 avatar rira25 avatar saakshii12 avatar schauna7 avatar sejalphatangare avatar sonia312 avatar srush2823 avatar suryaprakashpandey avatar tanishaclippy 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.