Skip to content

Praveen7294/codeforces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeforces Solutions

A collection of my solutions to Codeforces problems, organized by contest and problem. Implemented in Java.


Table of Contents


About

This repository contains my personal solutions to various Codeforces problems.

It serves as:

  • A practice log for competitive programming
  • A reference for algorithms and data structures
  • A way to track my progress in problem-solving

All solutions are implemented in Java, focusing on clean, efficient, and contest-ready code.


Repository Structure

├── src/
│ ├── [Round_id]/
│ │ ├── A.java
│ │ ├── B.java
│ │ └── ...
│ └── ...
├── .gitignore
└── README.md
  • Each folder under src/ corresponds to a Codeforces Round ID.
  • Inside each contest folder, the problems are named after their problem codes (A, B, C, etc.).
  • Example: src/round99/Problem_123A.java is the solution for Problem 123A(problem code) of Round 99.

About

A collection of my solutions to Codeforces problems, organized by contest and problem. Implemented in Java.

Resources

Stars

Watchers

Forks

Contributors

Languages