Skip to content

ZhaLuc/Codeforces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeforces Solutions Demo

C++ GitHub

A collection of competitive programming solutions in C++ for Codeforces problems.

Table of Contents

  1. Overview
  2. Features
  3. Getting Started
  4. Usage
  5. Contributing
  6. License
  7. Contact

Overview

This repository is organized by contest and problem, providing solutions that demonstrate:

  • Algorithms (Dynamic Programming, Graphs, Greedy, etc.)
  • Data Structures
  • Problem-solving patterns and techniques

It serves as a personal reference for learning, practice, and algorithmic study.

Features

  • Modern C++ solutions (C++17)
  • Folder structure organized by contest and problem
  • Focus on readable and efficient code
  • Educational reference for practice and learning

Getting Started

  1. Clone the repository:

    git clone https://github.com/LucasZhang3/Codeforces.git
  2. Navigate into the repository:

    cd Codeforces
  3. Compile and run a C++ solution:

    g++ solution.cpp -o solution
    ./solution

    (replace solution.cpp with the file you want to compile)

Usage

  • Browse contests and problems in their respective folders
  • Study solutions to understand algorithms and coding patterns
  • Test and modify code for personal practice

Contributing

Contributions are welcome:

  1. Fork the repository
  2. Add new solutions or improve existing ones
  3. Submit a pull request

Please maintain code quality and comment your solutions where appropriate.

License

This repository is open-source. Use and modify the code for educational purposes.

Contact

GitHub: https://github.com/LucasZhang3

About

A collection of competitive programming solutions in C++ for Codeforces problems.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages