Skip to content

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!

Notifications You must be signed in to change notification settings

Google-Developer-Student-Club-CCOEW/Competitive-Programming-2023-GDSC-CUMMINS-X-GDSC-MMCOE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

About

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!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published