-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
William Weston
authored and
William Weston
committed
Oct 5, 2023
1 parent
3b1c569
commit 0a34895
Showing
1 changed file
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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, |