Skip to content

waliulrayhan/cpp-Competitive-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d535f15 · Feb 19, 2024

History

14 Commits
Nov 6, 2023
May 11, 2023
May 11, 2023
Feb 19, 2024

Repository files navigation

CPP Competitive Programming

This is a collection of my solutions to various online judge problems using C++.

Installation

To run the code, you need a C++ compiler such as GCC or Clang. You can also use an online IDE such as Replit or CodeChef IDE.

Usage

Each folder contains the source code and a readme file with the problem statement and link. You can compile and run the code using the following commands:

g++ -std=c++17 -O2 -Wall -o solution solution.cpp
./solution

License

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

Acknowledgements

I would like to thank the following platforms for providing the problems and the online judge services:

About

Here all code are from Codeforces, Codechef, Hackerrank, URI etc. some problem solution.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published