https://github.com/gamemaker1/uva-solutions
Solutions to problems on onlinejudge.org
https://github.com/gamemaker1/uva-solutions
Last synced: 11 months ago
JSON representation
Solutions to problems on onlinejudge.org
- Host: GitHub
- URL: https://github.com/gamemaker1/uva-solutions
- Owner: gamemaker1
- Created: 2021-07-19T11:10:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-25T09:52:46.000Z (almost 5 years ago)
- Last Synced: 2025-07-19T10:08:34.668Z (11 months ago)
- Language: C++
- Size: 42 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# UVA Solutions
This repository contains my solutions to UVA problems I have solved. Most of them are in C++, some in Java and/or Python.
The folder name is the problem ID. Each solution was scaffolded using the `cmpnew` script I have written. You can find it [here](https://github.com/gamemaker1/scripts/blob/main/cmpnew).