This repository contains my accepted solutions to various problems from the UVa Online Judge. All solutions are written in C++.
Each file is named after its UVa problem number and title for easy reference. For example:
100 - The 3n + 1 problem.cpp
11235 - Frequent values.cpp
- Practice problem-solving and algorithms
- Improve C++ coding skills
- Prepare for competitive programming contests
These problems were solved during my time as a competitive programmer, and some were used in national and inter-university contests in Bangladesh.
All solutions were accepted on submission. If you're preparing for contests or just learning algorithms, feel free to explore and use these for learning purposes.