Skip to content

MarufPulok/cp

Repository files navigation

Competitive Programming Solutions

Welcome to my Competitive Programming repository! Here, you'll find solutions to various programming problems from online judges and contests.

Contents

Introduction

This repository contains my solutions to competitive programming problems. I use this space to hone my problem-solving skills and keep track of my progress. Feel free to explore the solutions and provide feedback or improvements!

Languages Used

  • C++
  • Python

Directory Structure

The repository is structured as follows:

.
├── judge name
│   ├── problemtag.py
│   │   
│   │   
│   │   
│   ├── problemtag.cpp
│   │   
│   │   
│   │   
│   └── ...
├── README.md
└── .gitignore

Each problem has its own directory containing solutions in different programming languages.

Contributing

If you'd like to contribute, feel free to submit a pull request with your solutions or improvements. Please adhere to the following guidelines:

  • Ensure your code is well-commented and easy to understand.
  • Include a brief description of the problem and your approach in the pull request.
  • Make sure your code passes all test cases for the problem.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published