anubroto37 / Competitive-Programming_problems

This repository contains a collection of problems from platforms like LeetCode and HackerRank that I have personally solved.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Competitive Programming Problems

Welcome to my Competitive Programming Problems repository! This repository contains a collection of problems from platforms like LeetCode and HackerRank that I have personally solved.

Table of Contents πŸ“

Introduction πŸ˜€

Competitive programming is a great way to improve problem-solving skills and algorithmic thinking. This repository serves as both a personal log of my problem-solving journey and a resource for others who are interested in learning from my solutions.

Feel free to explore the different problem categories and check out the solutions provided. I hope you find them helpful and educational.

Problem Categories

The problems in this repository are categorized based on the programming language.

For Instance:

  • Problems that are solved using Cpp programming language are inside the Cpp folder.

Solutions πŸ’‘

In this section, you can find solutions to the problems organized by the problem's name. Each problem's folder contains the following files:

  • problem.md: A description of the problem statement.
  • solution.cpp (or other language extensions): My solution to the problem in a well-commented code.

You should create a folder by the name of the programming language you are using.

Note: Feel free to open issues or pull requests if you spot any mistakes or have better solutions to the problems. Constructive feedback is always welcome! πŸ˜€

Contributing 🀝

Contributions are always welcome! If you have solved new problems or improved existing solutions, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
Note: Whichever language you are using to solve the problem, name the branch in that manner.

For example: If you are using python, then your branch name should be problem/python
  1. Make your modifications and add your solutions.
  2. Ensure your code and explanations are well-documented.
  3. Create a pull request, and I'll review it as soon as possible.

Happy coding! πŸ‘¨β€πŸ’»

About

This repository contains a collection of problems from platforms like LeetCode and HackerRank that I have personally solved.


Languages

Language:C++ 100.0%