diff options
| author | mzuenni <mzuenni@users.noreply.github.com> | 2024-07-30 17:50:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-30 17:50:18 +0200 |
| commit | b79123a4da8eb3c1aec30c4c03abf032daa0f1b1 (patch) | |
| tree | e8c158f63bf4def41af96cf511cbd518916673f8 /README.md | |
| parent | ef95a81b809ec6fcaf53a870f7bc86bf613b42f8 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 25 insertions, 3 deletions
@@ -1,3 +1,25 @@ -# Team Contest Reference
-a modified version of the team contest reference for team ChaosKITs from Karlsruhe, Germany.
-https://github.com/pjungeblut/ChaosKITs
+# KIT Team Contest Reference
+> [!TIP]
+> You can use this [google viwer link](https://docs.google.com/gview?url=https://raw.githubusercontent.com/mzuenni/ContestReference/new-master/tcr.pdf&embedded=true) to watch the pdf with working links.
+
+This document is used by the KIT teams for ICPC style contests since roughly 2019.
+It consists of 25 pages of copy-pasteable C++ code and one extra page with a checklist for the practice session.
+
+## Testing
+To make this document as usefull as possible we try to (automatically) stress test all code in this repository.
+Non the less not all code is tested and tests might not catch every bug.
+If you happen to find a bug please [open an issue](https://github.com/mzuenni/ContestReference/issues/new).
+If you think code can be changed, improved or replaced also feel free to open an issue or make oben a pull request.
+
+## Other Resources
+The code in this repo has been accumulated over many years and the origin of the code is unfortunately unknown for most of the snippets.
+Even though many code is written from scratch there is also plenty of code that has been copied from others and just been adjusted to our coding style.
+Here is an (incomplete) list of resources that we use (besides those from previous versions):
+ - https://github.com/indy256/codelibrary
+ - https://github.com/spaghetti-source/algorithm
+ - https://github.com/kth-competitive-programming/kactl
+
+## Previous Versions
+- https://github.com/mzuenni/ContestReference/tree/master (2018-2019)
+- https://github.com/pjungeblut/ChaosKITs (2016-2018)
+- https://github.com/niklasb/contest-algos (2012-2016)
|
