Skip to content

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

License

Notifications You must be signed in to change notification settings

waliulrayhan/cpp-Competitive-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

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