Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 854 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 854 Bytes

Repository of Solved Problems - DMOJ Virtual Judge

This repository contains solutions to various problems from the DMOJ virtual judge (https://dmoj.uclv.edu.cu/). Each problem is organized into its own folder, providing a clear structure for easy navigation.

Repository Structure

  • Folders: Each folder is named after a specific problem and contains the following:
    • README.md: A file that outlines the problem statement and requirements.
    • solve: A file containing the solution to the problem, implemented in the chosen programming language.

Languages

Solutions are available in multiple programming languages (C++, Python, Java, etc.) to cater to different preferences and facilitate learning.

Contributions

Feel free to contribute or suggest improvements. Enjoy solving problems and enhancing your programming skills!