From 0a3489516f144df0294520ffcc92ebee8c849da7 Mon Sep 17 00:00:00 2001 From: William Weston Date: Thu, 5 Oct 2023 17:11:54 -0400 Subject: [PATCH] Updated README.md file --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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