This repository contains solutions to problems contained in "Programming Challenges: the programming contest training manual" by Steven S. Skiena and Miguel A. Revilla.
The main purpose of this repository is to help you to solve these problems. You can submit your own solutions at https://uva.onlinejudge.org/
So far you can find solutions to:
- Getting started
- The 3n+1 Problem - prob_100.cpp
- Minesweeper - prob_10189.cpp
- Data structures
- Jolly Jumpers - prob_10038.cpp