Skip to content

This repository contains solutions, templates, and resources for various competitive programming platforms and contests. The structure is organized by platform, problem difficulty, and contest.

Notifications You must be signed in to change notification settings

FardinMahadi/Competitive-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive Programming Workspace

This repository contains solutions, templates, and resources for various competitive programming platforms and contests. The structure is organized by platform, problem difficulty, and contest.

Folder Structure

  • Boilerplate/: Contains template files and configuration for C++ and other languages.
  • CodeChef/: Solutions for CodeChef problems, organized by language.
  • CodeForces/: Solutions for Codeforces problems, organized by difficulty (e.g., 800, 1000, 1100, etc.) and contests.
  • Contest/: Solutions from various contests, further organized by platform.
  • GeekForGeeks/: Solutions for GeeksforGeeks problems and contests.
  • LeetCode/: Solutions for LeetCode problems.
  • Tut/: Tutorial codes, including C, STL, and data structures.
  • Uni Lab/: University lab assignments and solutions.

How to Use

  • Browse the folders to find solutions by platform or topic.
  • Each .cpp file corresponds to a specific problem, usually named after the problem or its code.
  • Boilerplate and template files can be reused for quick setup during contests.

Build and Run (C++)

You can build any C++ file using the provided VS Code task:

  1. Open the file you want to build.
  2. Press Ctrl+Shift+B to run the build task.
  3. The executable will be created in the same directory as the source file.

Contributing

Feel free to add your own solutions, templates, or resources. Please follow the existing folder structure for consistency.

License

This repository is for personal and educational use.

About

This repository contains solutions, templates, and resources for various competitive programming platforms and contests. The structure is organized by platform, problem difficulty, and contest.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published