Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jose05code/dmoj-uclv

A collection of solved problems from the DMOJ virtual judge, organized by problem name. Each folder contains a README with the problem statement and a solution file.
https://github.com/jose05code/dmoj-uclv

algorithms competitive-programming cpp csharp dmoj dmoj-solutions problems python3

Last synced: 12 days ago
JSON representation

A collection of solved problems from the DMOJ virtual judge, organized by problem name. Each folder contains a README with the problem statement and a solution file.

Awesome Lists containing this project

README

        

# 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!