diff --git a/README.md b/README.md index f0e5881..5b0f738 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ # Kattis-Problems -Solutions to Problems from [Kattis](https://open.kattis.com/) +This repository contains solutions to coding problems from [Kattis](https://open.kattis.com/) + +All listings in the root of this repository have been submitted to Kattis and received a judgement of ***Accepted*** + +Material located in the *Developement* folder includes multi-file projects that on which some of the accepted solutions were based + + +### Warning +This folder is a treasure trove of embarassment and failure. + +It contains: +- poorly documented code +- bad code +- mistakes +- inefficient algortithms +- Core Guideline violations +- spelling & grammar mistakes +- attempts to do better + +Failure and mistakes are the key to learning, \ No newline at end of file