Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jose05code/dmoj-uclv
- Owner: Jose05Code
- Created: 2024-11-02T00:08:08.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-11-02T00:32:35.000Z (16 days ago)
- Last Synced: 2024-11-02T01:18:30.756Z (16 days ago)
- Topics: algorithms, competitive-programming, cpp, csharp, dmoj, dmoj-solutions, problems, python3
- Language: C++
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!