Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeforces Solutions in Python

This repository contains my Python solutions to Codeforces problems.

Repository Structure

  • src/ – problem solution files
  • sandbox/ – helper scripts and scratch work
  • src/java/ – Java solutions without package declarations

Running a Solution

Each solution can be run directly with Python. For example:

python src/p_231A.py

Java solutions live under src/java/ and are compiled without a package name. For example:

javac src/java/p_200B.java

Notes

  • 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.

About

No description, website, or topics provided.

Resources

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages