This repository contains my Python solutions to Codeforces problems.
src/– problem solution filessandbox/– helper scripts and scratch worksrc/java/– Java solutions without package declarations
Each solution can be run directly with Python. For example:
python src/p_231A.pyJava solutions live under src/java/ and are compiled without a package name. For example:
javac src/java/p_200B.java- This repo is mainly for personal practice and learning.
- Solutions are kept simple and focused on correctness.
- I may update files as I improve my approach or style.