Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive Programming

Welcome to the Competitive Programming repository! This repository contains solutions to various competitive programming problems which I solved.

Table of Contents

Introduction

This repository features a collection of solutions to competitive programming problems. Each solution is implemented in C++, and the code is organized based on the problem's source or category.

How to Use

  1. Clone the repository:

    git clone https://github.com/bixl007/Competitive_Programming.git
    cd Competitive_Programming
  2. Navigate to the desired platform directory:

    cd Question_file_name
  3. Open the desired problem file and review the solution:

    cat problem1.cpp
  4. Compile and run the code (if needed):

    g++ problem1.cpp -o problem1
    ./problem1

Contributing

Contributions are welcome! If you have a solution to a problem that is not yet covered in this repository, feel free to submit a pull request. Please ensure your code follows the existing structure and is well-documented.

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b my-feature-branch
  3. Make your changes and commit them:
    git add .
    git commit -m "Add my solution to problem XYZ"
  4. Push to your branch:
    git push origin my-feature-branch
  5. Open a pull request on GitHub.

Happy coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages