https://github.com/jonsteinn/kattis-solutions
Solutions to the Kattis archives
https://github.com/jonsteinn/kattis-solutions
competitive-programming kattis kattis-solutions problem-solving
Last synced: about 1 year ago
JSON representation
Solutions to the Kattis archives
- Host: GitHub
- URL: https://github.com/jonsteinn/kattis-solutions
- Owner: JonSteinn
- License: gpl-3.0
- Created: 2017-04-20T09:57:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T19:30:28.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T10:55:39.765Z (about 1 year ago)
- Topics: competitive-programming, kattis, kattis-solutions, problem-solving
- Language: C
- Size: 1.69 MB
- Stars: 165
- Watchers: 9
- Forks: 79
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Kattis Solutions
Solutions to the [Kattis archives](https://open.kattis.com/).
[](https://www.buymeacoffee.com/jonsteinn)
## Problems
| Problem | Languages | :link: |
| - | - | - |
| [(More) Multiplication](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/%28More%29%20Multiplication) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/%28More%29%20Multiplication/Python%203) | [](https://open.kattis.com/problems/multiplication) |
| [0-1 Sequences](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/0-1%20Sequences) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/0-1%20Sequences/Python%203) | [](https://open.kattis.com/problems/sequences) |
| [10 Kinds of People](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/10%20Kinds%20of%20People) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/10%20Kinds%20of%20People/C) | [](https://open.kattis.com/problems/10kindsofpeople) |
| [2048](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/2048) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/2048/C) | [](https://open.kattis.com/problems/2048) |
| [3D Printed Statues](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/3D%20Printed%20Statues) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/3D%20Printed%20Statues/C) | [](https://open.kattis.com/problems/3dprinter) |
| [4 thought](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/4%20thought) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/4%20thought/Python%203) | [](https://open.kattis.com/problems/4thought) |
| [A Classy Problem](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Classy%20Problem) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Classy%20Problem/C),[Java](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Classy%20Problem/Java),[Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Classy%20Problem/Python%203) | [](https://open.kattis.com/problems/classy) |
| [A Different Problem](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Different%20Problem) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Different%20Problem/C) | [](https://open.kattis.com/problems/different) |
| [A Feast For Cats](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Feast%20For%20Cats) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Feast%20For%20Cats/Python%203) | [](https://open.kattis.com/problems/cats) |
| [A List Game](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20List%20Game) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20List%20Game/C) | [](https://open.kattis.com/problems/listgame) |
| [A Multiplication Game](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Multiplication%20Game) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Multiplication%20Game/Python%203) | [](https://open.kattis.com/problems/amultiplicationgame) |
| [A New Alphabet](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20New%20Alphabet) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20New%20Alphabet/C%2B%2B),[Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20New%20Alphabet/Python%203) | [](https://open.kattis.com/problems/anewalphabet) |
| [A Prize No One Can Win](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Prize%20No%20One%20Can%20Win) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Prize%20No%20One%20Can%20Win/Python%203) | [](https://open.kattis.com/problems/aprizenoonecanwin) |
| [A Rational Sequence (Take 3)](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Rational%20Sequence%20%28Take%203%29) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Rational%20Sequence%20%28Take%203%29/C) | [](https://open.kattis.com/problems/rationalsequence3) |
| [A Rational Sequence 2](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Rational%20Sequence%202) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Rational%20Sequence%202/C) | [](https://open.kattis.com/problems/rationalsequence2) |
| [A Real Challenge](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Real%20Challenge) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Real%20Challenge/C) | [](https://open.kattis.com/problems/areal) |
| [A Towering Problem](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Towering%20Problem) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Towering%20Problem/C) | [](https://open.kattis.com/problems/towering) |
| [A Vicious Pikeman (Easy)](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Vicious%20Pikeman%20%28Easy%29) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A%20Vicious%20Pikeman%20%28Easy%29/Python%203) | [](https://open.kattis.com/problems/pikemaneasy) |
| [A1 Paper](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A1%20Paper) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/A1%20Paper/Python%203) | [](https://open.kattis.com/problems/a1paper) |
| [Aaah!](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Aaah%21) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Aaah%21/C) | [](https://open.kattis.com/problems/aaah) |
| [Ab Initio](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Ab%20Initio) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Ab%20Initio/C) | [](https://open.kattis.com/problems/abinitio) |
| [ABC](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/ABC) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/ABC/C) | [](https://open.kattis.com/problems/abc) |
| [Above Average](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Above%20Average) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Above%20Average/C) | [](https://open.kattis.com/problems/aboveaverage) |
| [Access Denied](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Access%20Denied) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Access%20Denied/Python%203) | [](https://open.kattis.com/problems/accessdenied) |
| [Accounting](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Accounting) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Accounting/Python%203) | [](https://open.kattis.com/problems/bokforing) |
| [ACM Contest Scoring](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/ACM%20Contest%20Scoring) | [Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/ACM%20Contest%20Scoring/Go) | [](https://open.kattis.com/problems/acm) |
| [Add Two Numbers](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Add%20Two%20Numbers) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Add%20Two%20Numbers/Python%203) | [](https://open.kattis.com/problems/addtwonumbers) |
| [Adding Words](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Adding%20Words) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Adding%20Words/Python%203) | [](https://open.kattis.com/problems/addingwords) |
| [Air Conditioned Minions](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Air%20Conditioned%20Minions) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Air%20Conditioned%20Minions/Python%203) | [](https://open.kattis.com/problems/airconditioned) |
| [Akcija](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Akcija) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Akcija/C%2B%2B) | [](https://open.kattis.com/problems/akcija) |
| [Alex and Barb](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Alex%20and%20Barb) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Alex%20and%20Barb/C) | [](https://open.kattis.com/problems/alexandbarb) |
| [Alice in the Digital World](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Alice%20in%20the%20Digital%20World) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Alice%20in%20the%20Digital%20World/Python%203) | [](https://open.kattis.com/problems/alicedigital) |
| [Alien Numbers](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Alien%20Numbers) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Alien%20Numbers/Python%203) | [](https://open.kattis.com/problems/aliennumbers) |
| [All about that base](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/All%20about%20that%20base) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/All%20about%20that%20base/C%2B%2B) | [](https://open.kattis.com/problems/allaboutthatbase) |
| [All Different Directions](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/All%20Different%20Directions) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/All%20Different%20Directions/Python%203) | [](https://open.kattis.com/problems/alldifferentdirections) |
| [All Just A Dream](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/All%20Just%20A%20Dream) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/All%20Just%20A%20Dream/Python%203) | [](https://open.kattis.com/problems/dream) |
| [All Pairs Shortest Path](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/All%20Pairs%20Shortest%20Path) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/All%20Pairs%20Shortest%20Path/C) | [](https://open.kattis.com/problems/allpairspath) |
| [Almost Perfect](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Almost%20Perfect) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Almost%20Perfect/C) | [](https://open.kattis.com/problems/almostperfect) |
| [Almost Union-Find](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Almost%20Union-Find) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Almost%20Union-Find/Python%203) | [](https://open.kattis.com/problems/almostunionfind) |
| [Alphabet](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Alphabet) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Alphabet/C) | [](https://open.kattis.com/problems/alphabet) |
| [Alphabet Spam](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Alphabet%20Spam) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Alphabet%20Spam/C) | [](https://open.kattis.com/problems/alphabetspam) |
| [Amalgamated Artichokes](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Amalgamated%20Artichokes) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Amalgamated%20Artichokes/C) | [](https://open.kattis.com/problems/artichoke) |
| [Amsterdam Distance](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Amsterdam%20Distance) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Amsterdam%20Distance/Python%203) | [](https://open.kattis.com/problems/amsterdamdistance) |
| [An I for an Eye](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/An%20I%20for%20an%20Eye) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/An%20I%20for%20an%20Eye/Python%203) | [](https://open.kattis.com/problems/iforaneye) |
| [An Industrial Spy](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/An%20Industrial%20Spy) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/An%20Industrial%20Spy/Python%203) | [](https://open.kattis.com/problems/industrialspy) |
| [Anagram Counting](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Anagram%20Counting) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Anagram%20Counting/Python%203) | [](https://open.kattis.com/problems/anagramcounting) |
| [Another Brick in the Wall](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Another%20Brick%20in%20the%20Wall) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Another%20Brick%20in%20the%20Wall/C) | [](https://open.kattis.com/problems/anotherbrick) |
| [Another Candies](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Another%20Candies) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Another%20Candies/C) | [](https://open.kattis.com/problems/anothercandies) |
| [Anthony and Diablo](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Anthony%20and%20Diablo) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Anthony%20and%20Diablo/Python%203) | [](https://open.kattis.com/problems/anthonyanddiablo) |
| [Ants](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Ants) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Ants/C) | [](https://open.kattis.com/problems/ants) |
| [Apaxiaaaaaaaaaaaans!](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Apaxiaaaaaaaaaaaans%21) | [Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Apaxiaaaaaaaaaaaans%21/Go) | [](https://open.kattis.com/problems/apaxiaaans) |
| [Are You Listening?](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Are%20You%20Listening) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Are%20You%20Listening/Python%203) | [](https://open.kattis.com/problems/areyoulistening) |
| [Arithmetic](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Arithmetic) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Arithmetic/Python%203) | [](https://open.kattis.com/problems/arithmetic) |
| [Arithmetic Functions](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Arithmetic%20Functions) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Arithmetic%20Functions/C%2B%2B) | [](https://open.kattis.com/problems/arithmeticfunctions) |
| [Arm Coordination](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Arm%20Coordination) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Arm%20Coordination/Python%203) | [](https://open.kattis.com/problems/armcoordination) |
| [Army Strength (Easy)](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Army%20Strength%20%28Easy%29) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Army%20Strength%20%28Easy%29/C) | [](https://open.kattis.com/problems/armystrengtheasy) |
| [Army Strength (Hard)](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Army%20Strength%20%28Hard%29) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Army%20Strength%20%28Hard%29/C) | [](https://open.kattis.com/problems/armystrengthhard) |
| [Arrangement](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Arrangement) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Arrangement/Python%203) | [](https://open.kattis.com/problems/upprodun) |
| [ASCII Addition](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/ASCII%20Addition) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/ASCII%20Addition/Python%203) | [](https://open.kattis.com/problems/asciiaddition) |
| [ASCII Figure Rotation](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/ASCII%20Figure%20Rotation) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/ASCII%20Figure%20Rotation/Python%203) | [](https://open.kattis.com/problems/asciifigurerotation) |
| [Assigning Workstations](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Assigning%20Workstations) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Assigning%20Workstations/Python%203) | [](https://open.kattis.com/problems/workstations) |
| [Association for Computing Machinery](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Association%20for%20Computing%20Machinery) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Association%20for%20Computing%20Machinery/C) | [](https://open.kattis.com/problems/acm2) |
| [Autori](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Autori) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Autori/C) | [](https://open.kattis.com/problems/autori) |
| [Average Character](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Average%20Character) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Average%20Character/Python%203) | [](https://open.kattis.com/problems/averagecharacter) |
| [Avion](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Avion) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Avion/C) | [](https://open.kattis.com/problems/avion) |
| [Avoidland](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Avoidland) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Avoidland/C) | [](https://open.kattis.com/problems/avoidland) |
| [Awkward Party](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Awkward%20Party) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Awkward%20Party/Python%203) | [](https://open.kattis.com/problems/awkwardparty) |
| [Babelfish](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Babelfish) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Babelfish/C%2B%2B),[Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Babelfish/Python%203) | [](https://open.kattis.com/problems/babelfish) |
| [Baby Bites](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Baby%20Bites) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Baby%20Bites/C),[Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Baby%20Bites/Python%203) | [](https://open.kattis.com/problems/babybites) |
| [Babylonian Numbers](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Babylonian%20Numbers) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Babylonian%20Numbers/Python%203) | [](https://open.kattis.com/problems/babylonian) |
| [Bachet's Game](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bachet%27s%20Game) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bachet%27s%20Game/C) | [](https://open.kattis.com/problems/bachetsgame) |
| [Backspace](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Backspace) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Backspace/C%2B%2B) | [](https://open.kattis.com/problems/backspace) |
| [Bacon, Eggs, and Spam](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bacon%2C%20Eggs%2C%20and%20Spam) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bacon%2C%20Eggs%2C%20and%20Spam/Python%203) | [](https://open.kattis.com/problems/baconeggsandspam) |
| [Baloni](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Baloni) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Baloni/C),[Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Baloni/Python%203) | [](https://open.kattis.com/problems/baloni) |
| [Bank Queue](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bank%20Queue) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bank%20Queue/C) | [](https://open.kattis.com/problems/bank) |
| [Bard](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bard) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bard/Python%203) | [](https://open.kattis.com/problems/bard) |
| [Base-2 Palindromes](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Base-2%20Palindromes) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Base-2%20Palindromes/Python%203) | [](https://open.kattis.com/problems/base2palindrome) |
| [BASIC Interpreter](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/BASIC%20Interpreter) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/BASIC%20Interpreter/C%2B%2B) | [](https://open.kattis.com/problems/basicinterpreter) |
| [Basic Programming 1](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Basic%20Programming%201) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Basic%20Programming%201/Python%203) | [](https://open.kattis.com/problems/basicprogramming1) |
| [Basic Programming 2](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Basic%20Programming%202) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Basic%20Programming%202/Python%203) | [](https://open.kattis.com/problems/basicprogramming2) |
| [Basic Remains](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Basic%20Remains) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Basic%20Remains/Python%203) | [](https://open.kattis.com/problems/basicremains) |
| [Basketball One-on-One](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Basketball%20One-on-One) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Basketball%20One-on-One/C) | [](https://open.kattis.com/problems/basketballoneonone) |
| [Batmanacci](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Batmanacci) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Batmanacci/C),[Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Batmanacci/Python%203) | [](https://open.kattis.com/problems/batmanacci) |
| [Batter Up](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Batter%20Up) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Batter%20Up/C) | [](https://open.kattis.com/problems/batterup) |
| [Battle Simulation](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Battle%20Simulation) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Battle%20Simulation/C) | [](https://open.kattis.com/problems/battlesimulation) |
| [Battleship](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Battleship) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Battleship/Python%203) | [](https://open.kattis.com/problems/battleship) |
| [Bazen](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bazen) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bazen/Python%203) | [](https://open.kattis.com/problems/bazen) |
| [Beat the Spread!](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Beat%20the%20Spread%21) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Beat%20the%20Spread%21/C) | [](https://open.kattis.com/problems/beatspread) |
| [Beavergnaw](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Beavergnaw) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Beavergnaw/C) | [](https://open.kattis.com/problems/beavergnaw) |
| [Beehives](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Beehives) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Beehives/C) | [](https://open.kattis.com/problems/beehives) |
| [Beekeeper](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Beekeeper) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Beekeeper/Python%203) | [](https://open.kattis.com/problems/beekeeper) |
| [Bela](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bela) | [Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bela/Go) | [](https://open.kattis.com/problems/bela) |
| [Best Before](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Best%20Before) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Best%20Before/Python%203) | [](https://open.kattis.com/problems/bestbefore) |
| [Best Compression Ever](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Best%20Compression%20Ever) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Best%20Compression%20Ever/C) | [](https://open.kattis.com/problems/bestcompression) |
| [Best Compromise](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Best%20Compromise) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Best%20Compromise/Python%203) | [](https://open.kattis.com/problems/compromise) |
| [Best Relay Team](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Best%20Relay%20Team) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Best%20Relay%20Team/Python%203) | [](https://open.kattis.com/problems/bestrelayteam) |
| [Betting](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Betting) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Betting/Python%203) | [](https://open.kattis.com/problems/betting) |
| [Big Truck](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Big%20Truck) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Big%20Truck/C%2B%2B) | [](https://open.kattis.com/problems/bigtruck) |
| [Bijele](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bijele) | [Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bijele/Go) | [](https://open.kattis.com/problems/bijele) |
| [Billiard](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Billiard) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Billiard/C) | [](https://open.kattis.com/problems/billiard) |
| [Binary Heap](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Binary%20Heap) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Binary%20Heap/C%2B%2B) | [](https://open.kattis.com/problems/heap) |
| [Bing It On](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bing%20It%20On) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bing%20It%20On/Python%203) | [](https://open.kattis.com/problems/bing) |
| [Birthday Boy](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Birthday%20Boy) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Birthday%20Boy/Python%203) | [](https://open.kattis.com/problems/birthdayboy) |
| [Birthday Memorization](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Birthday%20Memorization) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Birthday%20Memorization/Python%203) | [](https://open.kattis.com/problems/fodelsedagsmemorisering) |
| [Bishops](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bishops) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bishops/C) | [](https://open.kattis.com/problems/bishops) |
| [Bit by Bit](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bit%20by%20Bit) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bit%20by%20Bit/C),[Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bit%20by%20Bit/Python%203) | [](https://open.kattis.com/problems/bitbybit) |
| [Bits](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bits) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bits/C) | [](https://open.kattis.com/problems/bits) |
| [Bits Equalizer](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bits%20Equalizer) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bits%20Equalizer/Python%203) | [](https://open.kattis.com/problems/bitsequalizer) |
| [Black Friday](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Black%20Friday) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Black%20Friday/C) | [](https://open.kattis.com/problems/blackfriday) |
| [Black Out](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Black%20Out) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Black%20Out/C),[C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Black%20Out/C%2B%2B),[Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Black%20Out/Go),[Java](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Black%20Out/Java) | [](https://open.kattis.com/problems/blackout) |
| [Block Game](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Block%20Game) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Block%20Game/C) | [](https://open.kattis.com/problems/blockgame2) |
| [Bluetooth](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bluetooth) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bluetooth/Python%203) | [](https://open.kattis.com/problems/bluetooth) |
| [Boat Parts](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Boat%20Parts) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Boat%20Parts/Python%203) | [](https://open.kattis.com/problems/boatparts) |
| [Bobby's Bet](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bobby%27s%20Bet) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bobby%27s%20Bet/C) | [](https://open.kattis.com/problems/bobby) |
| [Booking](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Booking) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Booking/C) | [](https://open.kattis.com/problems/booking) |
| [Booking a Room](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Booking%20a%20Room) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Booking%20a%20Room/C) | [](https://open.kattis.com/problems/bookingaroom) |
| [Boss Battle](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Boss%20Battle) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Boss%20Battle/C) | [](https://open.kattis.com/problems/bossbattle) |
| [Bottled-Up Feelings](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bottled-Up%20Feelings) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bottled-Up%20Feelings/C) | [](https://open.kattis.com/problems/bottledup) |
| [Bounding Robots](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bounding%20Robots) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bounding%20Robots/C) | [](https://open.kattis.com/problems/boundingrobots) |
| [Breaking Bad](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Breaking%20Bad) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Breaking%20Bad/Python%203) | [](https://open.kattis.com/problems/breakingbad) |
| [Breaking Branches](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Breaking%20Branches) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Breaking%20Branches/Python%203) | [](https://open.kattis.com/problems/breakingbranches) |
| [Brexit](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Brexit) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Brexit/Python%203) | [](https://open.kattis.com/problems/brexit) |
| [Bridges](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bridges) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bridges/C%2B%2B) | [](https://open.kattis.com/problems/bryr) |
| [Broken Swords](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Broken%20Swords) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Broken%20Swords/Python%203) | [](https://open.kattis.com/problems/brokenswords) |
| [Brownie Points I](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Brownie%20Points%20I) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Brownie%20Points%20I/Python%203) | [](https://open.kattis.com/problems/browniepoints) |
| [Build Dependencies](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Build%20Dependencies) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Build%20Dependencies/Python%203) | [](https://open.kattis.com/problems/builddeps) |
| [Building Pyramids](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Building%20Pyramids) | [Python](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Building%20Pyramids/Python) | [](https://open.kattis.com/problems/pyramids) |
| [Buka](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Buka) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Buka/Python%203) | [](https://open.kattis.com/problems/buka) |
| [Bumped!](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bumped%21) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bumped%21/Python%203) | [](https://open.kattis.com/problems/bumped) |
| [Bus](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bus) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bus/C) | [](https://open.kattis.com/problems/bus) |
| [Bus Numbers](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bus%20Numbers) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bus%20Numbers/C%2B%2B) | [](https://open.kattis.com/problems/busnumbers) |
| [Bus Numbers](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bus%20Numbers%282%29) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bus%20Numbers%282%29/Python%203) | [](https://open.kattis.com/problems/busnumbers2) |
| [Busy Schedule](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Busy%20Schedule) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Busy%20Schedule/Python%203) | [](https://open.kattis.com/problems/busyschedule) |
| [Button Bashing](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Button%20Bashing) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Button%20Bashing/Python%203) | [](https://open.kattis.com/problems/buttonbashing) |
| [Calculating Dart Scores](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Calculating%20Dart%20Scores) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Calculating%20Dart%20Scores/C) | [](https://open.kattis.com/problems/calculatingdartscores) |
| [Calculator](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Calculator) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Calculator/Python%203) | [](https://open.kattis.com/problems/calculator) |
| [Calories From Fat](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Calories%20From%20Fat) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Calories%20From%20Fat/Python%203) | [](https://open.kattis.com/problems/calories) |
| [Candle Box](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Candle%20Box) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Candle%20Box/C) | [](https://open.kattis.com/problems/candlebox) |
| [Candy Division](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Candy%20Division) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Candy%20Division/Python%203) | [](https://open.kattis.com/problems/candydivision) |
| [Cantor](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cantor) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cantor/Python%203) | [](https://open.kattis.com/problems/cantor) |
| [Card Trick](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Card%20Trick) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Card%20Trick/C%2B%2B) | [](https://open.kattis.com/problems/cardtrick2) |
| [Cardboard Container](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cardboard%20Container) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cardboard%20Container/Python%203) | [](https://open.kattis.com/problems/cardboardcontainer) |
| [Careful Ascent](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Careful%20Ascent) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Careful%20Ascent/Python%203) | [](https://open.kattis.com/problems/carefulascent) |
| [Carousel Rides](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Carousel%20Rides) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Carousel%20Rides/Python%203) | [](https://open.kattis.com/problems/carousel) |
| [Cat Coat Colors](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cat%20Coat%20Colors) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cat%20Coat%20Colors/Python%203) | [](https://open.kattis.com/problems/catcoat) |
| [Catalan Numbers](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Catalan%20Numbers) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Catalan%20Numbers/Python%203) | [](https://open.kattis.com/problems/catalan) |
| [Catalan Square](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Catalan%20Square) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Catalan%20Square/Python%203) | [](https://open.kattis.com/problems/catalansquare) |
| [CD](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/CD) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/CD/C%2B%2B) | [](https://open.kattis.com/problems/cd) |
| [Ceiling Function](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Ceiling%20Function) | [Java](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Ceiling%20Function/Java) | [](https://open.kattis.com/problems/ceiling) |
| [Cetiri](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cetiri) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cetiri/C) | [](https://open.kattis.com/problems/cetiri) |
| [Cetvrta](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cetvrta) | [Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cetvrta/Go) | [](https://open.kattis.com/problems/cetvrta) |
| [Chanukah Challenge](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Chanukah%20Challenge) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Chanukah%20Challenge/C) | [](https://open.kattis.com/problems/chanukah) |
| [Character Development](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Character%20Development) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Character%20Development/C) | [](https://open.kattis.com/problems/character) |
| [Charting Progress](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Charting%20Progress) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Charting%20Progress/Python%203) | [](https://open.kattis.com/problems/chartingprogress) |
| [Checking For Correctness](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Checking%20For%20Correctness) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Checking%20For%20Correctness/Python%203) | [](https://open.kattis.com/problems/checkingforcorrectness) |
| [Chess](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Chess) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Chess/C) | [](https://open.kattis.com/problems/chess) |
| [Chewbacca](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Chewbacca) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Chewbacca/Python%203) | [](https://open.kattis.com/problems/chewbacca) |
| [Chinese Remainder](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Chinese%20Remainder) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Chinese%20Remainder/Python%203) | [](https://open.kattis.com/problems/chineseremainder) |
| [Chinese Remainder Theorem (non-relatively prime moduli)](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Chinese%20Remainder%20Theorem%20%28non-relatively%20prime%20moduli%29) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Chinese%20Remainder%20Theorem%20%28non-relatively%20prime%20moduli%29/Python%203) | [](https://open.kattis.com/problems/generalchineseremainder) |
| [Cinema Crowds](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cinema%20Crowds) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cinema%20Crowds/Python%203) | [](https://open.kattis.com/problems/cinema) |
| [Cinema Crowds 2](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cinema%20Crowds%202) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cinema%20Crowds%202/Python%203) | [](https://open.kattis.com/problems/cinema2) |
| [Circuit Math](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Circuit%20Math) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Circuit%20Math/Python%203) | [](https://open.kattis.com/problems/circuitmath) |
| [Climbing Worm](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Climbing%20Worm) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Climbing%20Worm/Python%203) | [](https://open.kattis.com/problems/climbingworm) |
| [Closest Sums](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Closest%20Sums) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Closest%20Sums/C) | [](https://open.kattis.com/problems/closestsums) |
| [Closing the Loop](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Closing%20the%20Loop) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Closing%20the%20Loop/Python%203) | [](https://open.kattis.com/problems/closingtheloop) |
| [Coast Length](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Coast%20Length) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Coast%20Length/C) | [](https://open.kattis.com/problems/coast) |
| [Coconut Splat](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Coconut%20Splat) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Coconut%20Splat/Python%203) | [](https://open.kattis.com/problems/coconut) |
| [Code Cleanups](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Code%20Cleanups) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Code%20Cleanups/Python%203) | [](https://open.kattis.com/problems/codecleanups) |
| [Code to Save Lives](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Code%20to%20Save%20Lives) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Code%20to%20Save%20Lives/Python%203) | [](https://open.kattis.com/problems/codetosavelives) |
| [Cokolada](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cokolada) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cokolada/C) | [](https://open.kattis.com/problems/cokolada) |
| [Cold-puter Science](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cold-puter%20Science) | [Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cold-puter%20Science/Go) | [](https://open.kattis.com/problems/cold) |
| [Collatz Conjecture](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Collatz%20Conjecture) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Collatz%20Conjecture/Python%203) | [](https://open.kattis.com/problems/collatz) |
| [Collecting Beepers](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Collecting%20Beepers) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Collecting%20Beepers/C) | [](https://open.kattis.com/problems/beepers) |
| [Coloring Socks](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Coloring%20Socks) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Coloring%20Socks/Python%203) | [](https://open.kattis.com/problems/color) |
| [Combination Lock](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Combination%20Lock) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Combination%20Lock/C) | [](https://open.kattis.com/problems/combinationlock) |
| [Communications Satellite](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Communications%20Satellite) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Communications%20Satellite/Python%203) | [](https://open.kattis.com/problems/communicationssatellite) |
| [Competitive Arcade Basketball](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Competitive%20Arcade%20Basketball) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Competitive%20Arcade%20Basketball/Python%203) | [](https://open.kattis.com/problems/competitivearcadebasketball) |
| [Completing the Square](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Completing%20the%20Square) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Completing%20the%20Square/C) | [](https://open.kattis.com/problems/completingthesquare) |
| [Compositions](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Compositions) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Compositions/C),[Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Compositions/Python%203) | [](https://open.kattis.com/problems/compositions) |
| [Compound Words](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Compound%20Words) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Compound%20Words/C%2B%2B) | [](https://open.kattis.com/problems/compoundwords) |
| [Conformity](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Conformity) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Conformity/Python%203) | [](https://open.kattis.com/problems/conformity) |
| [Connect the Dots](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Connect%20the%20Dots) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Connect%20the%20Dots/Python%203) | [](https://open.kattis.com/problems/connectthedots) |
| [Conquest Campaign](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Conquest%20Campaign) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Conquest%20Campaign/Python%203) | [](https://open.kattis.com/problems/conquestcampaign) |
| [Continuous Median](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Continuous%20Median) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Continuous%20Median/C%2B%2B),[Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Continuous%20Median/Python%203) | [](https://open.kattis.com/problems/continuousmedian) |
| [Conversation Log](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Conversation%20Log) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Conversation%20Log/Python%203) | [](https://open.kattis.com/problems/conversationlog) |
| [Convex Hull](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Convex%20Hull) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Convex%20Hull/C) | [](https://open.kattis.com/problems/convexhull) |
| [Convex Polygon Area](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Convex%20Polygon%20Area) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Convex%20Polygon%20Area/C) | [](https://open.kattis.com/problems/convexpolygonarea) |
| [Cookie Cutters](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cookie%20Cutters) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cookie%20Cutters/Python%203) | [](https://open.kattis.com/problems/cookiecutter) |
| [Cookie Selection](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cookie%20Selection) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cookie%20Selection/Python%203) | [](https://open.kattis.com/problems/cookieselection) |
| [Cooking Water](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cooking%20Water) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cooking%20Water/Python%203) | [](https://open.kattis.com/problems/cookingwater) |
| [Costume Contest](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Costume%20Contest) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Costume%20Contest/Python%203) | [](https://open.kattis.com/problems/costumecontest) |
| [Count the Vowels](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Count%20the%20Vowels) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Count%20the%20Vowels/Python%203) | [](https://open.kattis.com/problems/countthevowels) |
| [Counting Clauses](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Counting%20Clauses) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Counting%20Clauses/Python%203) | [](https://open.kattis.com/problems/countingclauses) |
| [Counting Stars](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Counting%20Stars) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Counting%20Stars/C%2B%2B),[Java](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Counting%20Stars/Java) | [](https://open.kattis.com/problems/countingstars) |
| [Counting Subsequences (Hard)](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Counting%20Subsequences%20%28Hard%29) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Counting%20Subsequences%20%28Hard%29/C%2B%2B) | [](https://open.kattis.com/problems/subseqhard) |
| [Counting Triangles](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Counting%20Triangles) | [Java](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Counting%20Triangles/Java) | [](https://open.kattis.com/problems/countingtriangles) |
| [Course Scheduling](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Course%20Scheduling) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Course%20Scheduling/Python%203) | [](https://open.kattis.com/problems/coursescheduling) |
| [Cow Crane](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cow%20Crane) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cow%20Crane/Python%203) | [](https://open.kattis.com/problems/cowcrane) |
| [CPR Number](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/CPR%20Number) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/CPR%20Number/Python%203) | [](https://open.kattis.com/problems/cprnummer) |
| [Cracking RSA](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cracking%20RSA) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cracking%20RSA/Python%203) | [](https://open.kattis.com/problems/crackingrsa) |
| [Cracking The Safe](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cracking%20The%20Safe) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cracking%20The%20Safe/Python%203) | [](https://open.kattis.com/problems/safe) |
| [Crne](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Crne) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Crne/C) | [](https://open.kattis.com/problems/crne) |
| [Cross](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cross) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cross/Python%203) | [](https://open.kattis.com/problems/cross) |
| [Cross Country](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cross%20Country) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cross%20Country/C) | [](https://open.kattis.com/problems/crosscountry) |
| [Cryptographer's Conundrum](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cryptographer%27s%20Conundrum) | [Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cryptographer%27s%20Conundrum/Go) | [](https://open.kattis.com/problems/conundrum) |
| [Cu Chi Tunnels](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cu%20Chi%20Tunnels) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cu%20Chi%20Tunnels/Python%203) | [](https://open.kattis.com/problems/cuchitunnels) |
| [Cudoviste](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cudoviste) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cudoviste/C) | [](https://open.kattis.com/problems/cudoviste) |
| [Curse the Darkness](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Curse%20the%20Darkness) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Curse%20the%20Darkness/C) | [](https://open.kattis.com/problems/cursethedarkness) |
| [Cut in Line](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cut%20in%20Line) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cut%20in%20Line/Python%203) | [](https://open.kattis.com/problems/cutinline) |
| [DA-Sort](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/DA-Sort) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/DA-Sort/Python%203) | [](https://open.kattis.com/problems/dasort) |
| [Dacey the Dice](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dacey%20the%20Dice) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dacey%20the%20Dice/Python%203) | [](https://open.kattis.com/problems/daceydice) |
| [Damaged Equation](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Damaged%20Equation) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Damaged%20Equation/Python%203) | [](https://open.kattis.com/problems/damagedequation) |
| [Dart Scoring](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dart%20Scoring) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dart%20Scoring/C) | [](https://open.kattis.com/problems/dartscoring) |
| [Darts](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Darts) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Darts/C) | [](https://open.kattis.com/problems/dartscores) |
| [Das Blinkenlights](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Das%20Blinkenlights) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Das%20Blinkenlights/Python%203) | [](https://open.kattis.com/problems/dasblinkenlights) |
| [Datum](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Datum) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Datum/C) | [](https://open.kattis.com/problems/datum) |
| [Daylight Saving Time](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Daylight%20Saving%20Time) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Daylight%20Saving%20Time/C) | [](https://open.kattis.com/problems/dst) |
| [Death and Taxes](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Death%20and%20Taxes) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Death%20and%20Taxes/Python%203) | [](https://open.kattis.com/problems/deathtaxes) |
| [Death Knight Hero](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Death%20Knight%20Hero) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Death%20Knight%20Hero/C) | [](https://open.kattis.com/problems/deathknight) |
| [Deathstar](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Deathstar) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Deathstar/C) | [](https://open.kattis.com/problems/deathstar) |
| [Deduplicating Files](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Deduplicating%20Files) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Deduplicating%20Files/Python%203) | [](https://open.kattis.com/problems/deduplicatingfiles) |
| [Delicious Bubble Tea](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Delicious%20Bubble%20Tea) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Delicious%20Bubble%20Tea/C) | [](https://open.kattis.com/problems/bubbletea) |
| [Delimiter Soup](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Delimiter%20Soup) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Delimiter%20Soup/Python%203) | [](https://open.kattis.com/problems/delimitersoup) |
| [Detailed Differences](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Detailed%20Differences) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Detailed%20Differences/C),[Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Detailed%20Differences/Go) | [](https://open.kattis.com/problems/detaileddifferences) |
| [Diagonal Cut](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Diagonal%20Cut) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Diagonal%20Cut/Python%203) | [](https://open.kattis.com/problems/diagonalcut) |
| [Dice Cup](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dice%20Cup) | [Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dice%20Cup/Go) | [](https://open.kattis.com/problems/dicecup) |
| [Dice Game](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dice%20Game) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dice%20Game/C) | [](https://open.kattis.com/problems/dicegame) |
| [Different Distances](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Different%20Distances) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Different%20Distances/C) | [](https://open.kattis.com/problems/differentdistances) |
| [Digbuild](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Digbuild) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Digbuild/C) | [](https://open.kattis.com/problems/digbuild) |
| [Digit Product](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Digit%20Product) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Digit%20Product/Python%203) | [](https://open.kattis.com/problems/sifferprodukt) |
| [Digit Swap](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Digit%20Swap) | [Python](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Digit%20Swap/Python) | [](https://open.kattis.com/problems/digitswap) |
| [Digital display](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Digital%20display) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Digital%20display/C) | [](https://open.kattis.com/problems/display) |
| [Digits](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Digits) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Digits/Python%203) | [](https://open.kattis.com/problems/digits) |
| [Disastrous Downtime](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Disastrous%20Downtime) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Disastrous%20Downtime/Python%203) | [](https://open.kattis.com/problems/downtime) |
| [Distributing Ballot Boxes](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Distributing%20Ballot%20Boxes) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Distributing%20Ballot%20Boxes/C%2B%2B) | [](https://open.kattis.com/problems/ballotboxes) |
| [Divide by 100...](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Divide%20by%20100) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Divide%20by%20100/C) | [](https://open.kattis.com/problems/divideby100) |
| [Divvying Up](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Divvying%20Up) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Divvying%20Up/Python%203) | [](https://open.kattis.com/problems/divvyingup) |
| [Dog & Gopher](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dog%20%26%20Gopher) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dog%20%26%20Gopher/Python%203) | [](https://open.kattis.com/problems/doggopher) |
| [Dominoes 2](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dominoes%202) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dominoes%202/C%2B%2B) | [](https://open.kattis.com/problems/dominoes2) |
| [Doorman](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Doorman) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Doorman/C) | [](https://open.kattis.com/problems/doorman) |
| [Double Password](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Double%20Password) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Double%20Password/Python%203) | [](https://open.kattis.com/problems/doublepassword) |
| [Doubleplusgood](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Doubleplusgood) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Doubleplusgood/Python%203) | [](https://open.kattis.com/problems/doubleplusgood/statistics) |
| [Dreamer](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dreamer) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dreamer/Python%203) | [](https://open.kattis.com/problems/dreamer) |
| [Drinking Song](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Drinking%20Song) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Drinking%20Song/Python%203) | [](https://open.kattis.com/problems/drinkingsong) |
| [Driver's Dilemma](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Driver%27s%20Dilemma) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Driver%27s%20Dilemma/Python%203) | [](https://open.kattis.com/problems/driversdilemma) |
| [Driving Range](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Driving%20Range) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Driving%20Range/C) | [](https://open.kattis.com/problems/drivingrange) |
| [DRM Messages](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/DRM%20Messages) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/DRM%20Messages/C) | [](https://open.kattis.com/problems/drmmessages) |
| [Drunk Vigenère](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Drunk%20Vigen%C3%A8re) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Drunk%20Vigen%C3%A8re/Python%203) | [](https://open.kattis.com/problems/drunkvigenere) |
| [Dunglish](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dunglish) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dunglish/Python%203) | [](https://open.kattis.com/problems/dunglish) |
| [DVDs](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/DVDs) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/DVDs/C) | [](https://open.kattis.com/problems/dvds) |
| [Dyslectionary](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dyslectionary) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Dyslectionary/Python%203) | [](https://open.kattis.com/problems/dyslectionary) |
| [Early Winter](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Early%20Winter) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Early%20Winter/Python%203) | [](https://open.kattis.com/problems/earlywinter) |
| [Eating Out](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Eating%20Out) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Eating%20Out/Python%203) | [](https://open.kattis.com/problems/eatingout) |
| [Eb Alto Saxophone Player](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Eb%20Alto%20Saxophone%20Player) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Eb%20Alto%20Saxophone%20Player/Python%203) | [](https://open.kattis.com/problems/saxophone) |
| [Echo Echo Echo](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Echo%20Echo%20Echo) | [Python](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Echo%20Echo%20Echo/Python) | [](https://open.kattis.com/problems/echoechoecho) |
| [Eeny Meeny](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Eeny%20Meeny) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Eeny%20Meeny/Python%203) | [](https://open.kattis.com/problems/eenymeeny) |
| [Egypt](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Egypt) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Egypt/C) | [](https://open.kattis.com/problems/egypt) |
| [Eight Queens](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Eight%20Queens) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Eight%20Queens/C) | [](https://open.kattis.com/problems/8queens) |
| [Election](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Election) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Election/Python%203) | [](https://open.kattis.com/problems/election2) |
| [Election Paradox](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Election%20Paradox) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Election%20Paradox/Python%203) | [](https://open.kattis.com/problems/electionparadox) |
| [Election](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Election%282%29) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Election%282%29/Python%203) | [](https://open.kattis.com/problems/election) |
| [Electrical Outlets](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Electrical%20Outlets) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Electrical%20Outlets/C) | [](https://open.kattis.com/problems/electricaloutlets) |
| [Elegant Showroom](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Elegant%20Showroom) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Elegant%20Showroom/Python%203) | [](https://open.kattis.com/problems/showroom) |
| [Elevator Trouble](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Elevator%20Trouble) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Elevator%20Trouble/Python%203) | [](https://open.kattis.com/problems/elevatortrouble) |
| [Eligibility](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Eligibility) | [Java](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Eligibility/Java) | [](https://open.kattis.com/problems/eligibility) |
| [Emag Eht Htiw Em Pleh](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Emag%20Eht%20Htiw%20Em%20Pleh) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Emag%20Eht%20Htiw%20Em%20Pleh/Python%203) | [](https://open.kattis.com/problems/empleh) |
| [Encoded Message](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Encoded%20Message) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Encoded%20Message/C) | [](https://open.kattis.com/problems/encodedmessage) |
| [Engineering English](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Engineering%20English) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Engineering%20English/Python%203) | [](https://open.kattis.com/problems/engineeringenglish) |
| [Enlarging Hash Tables](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Enlarging%20Hash%20Tables) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Enlarging%20Hash%20Tables/C) | [](https://open.kattis.com/problems/enlarginghashtables) |
| [EpigDanceOff](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/EpigDanceOff) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/EpigDanceOff/Python%203) | [](https://open.kattis.com/problems/epigdanceoff) |
| [Equal Sums (Easy)](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Equal%20Sums%20%28Easy%29) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Equal%20Sums%20%28Easy%29/C%2B%2B),[Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Equal%20Sums%20%28Easy%29/Python%203) | [](https://open.kattis.com/problems/equalsumseasy) |
| [Erase Securely](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Erase%20Securely) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Erase%20Securely/C) | [](https://open.kattis.com/problems/erase) |
| [Esej](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Esej) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Esej/C) | [](https://open.kattis.com/problems/esej) |
| [Espresso Bucks](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Espresso%20Bucks) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Espresso%20Bucks/Python%203) | [](https://open.kattis.com/problems/espressobucks) |
| [Espresso!](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Espresso%21) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Espresso%21/Python%203) | [](https://open.kattis.com/problems/espresso) |
| [Estimating the Area of a Circle](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Estimating%20the%20Area%20of%20a%20Circle) | [Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Estimating%20the%20Area%20of%20a%20Circle/Go) | [](https://open.kattis.com/problems/estimatingtheareaofacircle) |
| [Euclidean TSP](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Euclidean%20TSP) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Euclidean%20TSP/Python%203) | [](https://open.kattis.com/problems/euclideantsp) |
| [Euler's Number](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Euler%27s%20Number) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Euler%27s%20Number/Python%203) | [](https://open.kattis.com/problems/eulersnumber) |
| [European Trip](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/European%20Trip) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/European%20Trip/Python%203) | [](https://open.kattis.com/problems/europeantrip) |
| [Even Up Solitaire](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Even%20Up%20Solitaire) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Even%20Up%20Solitaire/C) | [](https://open.kattis.com/problems/evenup) |
| [Event Planning](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Event%20Planning) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Event%20Planning/Python%203) | [](https://open.kattis.com/problems/eventplanning) |
| [Exactly Electrical](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Exactly%20Electrical) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Exactly%20Electrical/Python%203) | [](https://open.kattis.com/problems/exactlyelectrical) |
| [Exam](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Exam) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Exam/Python%203) | [](https://open.kattis.com/problems/exam) |
| [Exam Redistribution](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Exam%20Redistribution) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Exam%20Redistribution/C) | [](https://open.kattis.com/problems/redistribution) |
| [Expected Earnings](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Expected%20Earnings) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Expected%20Earnings/Python%203) | [](https://open.kattis.com/problems/expectedearnings) |
| [Eye of Sauron](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Eye%20of%20Sauron) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Eye%20of%20Sauron/Python%203) | [](https://open.kattis.com/problems/eyeofsauron) |
| [Factstone Benchmark](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Factstone%20Benchmark) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Factstone%20Benchmark/Python%203) | [](https://open.kattis.com/problems/factstone) |
| [Faktor](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Faktor) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Faktor/C) | [](https://open.kattis.com/problems/faktor) |
| [Falling Apart](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Falling%20Apart) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Falling%20Apart/C) | [](https://open.kattis.com/problems/fallingapart) |
| [Falling Apples](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Falling%20Apples) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Falling%20Apples/Python%203) | [](https://open.kattis.com/problems/apples) |
| [Falling Mugs](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Falling%20Mugs) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Falling%20Mugs/Python%203) | [](https://open.kattis.com/problems/falling) |
| [False Sense of Security](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/False%20Sense%20of%20Security) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/False%20Sense%20of%20Security/Python%203) | [](https://open.kattis.com/problems/falsesecurity) |
| [Fast Food Prizes](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fast%20Food%20Prizes) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fast%20Food%20Prizes/Python%203) | [](https://open.kattis.com/problems/fastfood) |
| [FBI Universal Control Numbers](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/FBI%20Universal%20Control%20Numbers) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/FBI%20Universal%20Control%20Numbers/Python%203) | [](https://open.kattis.com/problems/fbiuniversal) |
| [Fenwick Tree](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fenwick%20Tree) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fenwick%20Tree/C) | [](https://open.kattis.com/problems/fenwick) |
| [Fibonacci Tour](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fibonacci%20Tour) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fibonacci%20Tour/Python%203) | [](https://open.kattis.com/problems/fibtour) |
| [Fifty Shades of Pink](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fifty%20Shades%20of%20Pink) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fifty%20Shades%20of%20Pink/Python%203) | [](https://open.kattis.com/problems/fiftyshades) |
| [Filip](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Filip) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Filip/C) | [](https://open.kattis.com/problems/filip) |
| [Final Exam](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Final%20Exam) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Final%20Exam/Python%203) | [](https://open.kattis.com/problems/finalexam2) |
| [Financial Planning](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Financial%20Planning) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Financial%20Planning/Python%203) | [](https://open.kattis.com/problems/financialplanning) |
| [Finding An A](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Finding%20An%20A) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Finding%20An%20A/Python%203) | [](https://open.kattis.com/problems/findingana) |
| [Fire](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fire) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fire/C%2B%2B) | [](https://open.kattis.com/problems/fire2) |
| [Fire!](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fire%21) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fire%21/Python%203) | [](https://open.kattis.com/problems/fire3) |
| [Firetrucks Are Red](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Firetrucks%20Are%20Red) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Firetrucks%20Are%20Red/Python%203) | [](https://open.kattis.com/problems/firetrucksarered) |
| [FizzBuzz](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/FizzBuzz) | [Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/FizzBuzz/Go) | [](https://open.kattis.com/problems/fizzbuzz) |
| [Flag Quiz](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flag%20Quiz) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flag%20Quiz/Python%203) | [](https://open.kattis.com/problems/flagquiz) |
| [Flexible Spaces](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flexible%20Spaces) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flexible%20Spaces/C%2B%2B) | [](https://open.kattis.com/problems/flexible) |
| [Flip Five](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flip%20Five) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flip%20Five/C%2B%2B) | [](https://open.kattis.com/problems/flipfive) |
| [Flipping Patties](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flipping%20Patties) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flipping%20Patties/Python%203) | [](https://open.kattis.com/problems/flippingpatties) |
| [Flood-It](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flood-It) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flood-It/C) | [](https://open.kattis.com/problems/floodit) |
| [Flow Layout](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flow%20Layout) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flow%20Layout/C) | [](https://open.kattis.com/problems/flowlayout) |
| [Flow Shop](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flow%20Shop) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flow%20Shop/Python%203) | [](https://open.kattis.com/problems/flowshop) |
| [Flying Safely](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flying%20Safely) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Flying%20Safely/C) | [](https://open.kattis.com/problems/flyingsafely) |
| [Foosball Dynasty](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Foosball%20Dynasty) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Foosball%20Dynasty/Python%203) | [](https://open.kattis.com/problems/foosball) |
| [Forced Choice](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Forced%20Choice) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Forced%20Choice/Python%203) | [](https://open.kattis.com/problems/forcedchoice) |
| [Forests](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Forests) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Forests/Python%203) | [](https://open.kattis.com/problems/forests) |
| [Fractal Area](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fractal%20Area) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fractal%20Area/Python%203) | [](https://open.kattis.com/problems/fractalarea) |
| [Fractional Lotion](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fractional%20Lotion) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fractional%20Lotion/C) | [](https://open.kattis.com/problems/fractionallotion) |
| [Freckles](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Freckles) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Freckles/Python%203) | [](https://open.kattis.com/problems/freckles) |
| [Free Food](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Free%20Food) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Free%20Food/C) | [](https://open.kattis.com/problems/freefood) |
| [Friday the 13th](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Friday%20the%2013th) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Friday%20the%2013th/C),[Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Friday%20the%2013th/Python%203) | [](https://open.kattis.com/problems/friday) |
| [Fridge](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fridge) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fridge/C) | [](https://open.kattis.com/problems/fridge) |
| [Frosh Week](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Frosh%20Week) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Frosh%20Week/Python%203) | [](https://open.kattis.com/problems/froshweek) |
| [Frosh Week](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Frosh%20Week%282%29) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Frosh%20Week%282%29/Python%203) | [](https://open.kattis.com/problems/froshweek2) |
| [Fruit Baskets](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fruit%20Baskets) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fruit%20Baskets/Python%203) | [](https://open.kattis.com/problems/fruitbaskets) |
| [Fun House](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fun%20House) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fun%20House/C) | [](https://open.kattis.com/problems/funhouse) |
| [Functional Fun](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Functional%20Fun) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Functional%20Fun/Python%203) | [](https://open.kattis.com/problems/functionalfun) |
| [FYI](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/FYI) | [Python](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/FYI/Python) | [](https://open.kattis.com/problems/fyi) |
| [Galactic Collegiate Programming Contest](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Galactic%20Collegiate%20Programming%20Contest) | [C++](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Galactic%20Collegiate%20Programming%20Contest/C%2B%2B) | [](https://open.kattis.com/problems/gcpc) |
| [Game of Throwns](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Game%20of%20Throwns) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Game%20of%20Throwns/C) | [](https://open.kattis.com/problems/throwns) |
| [Game Rank](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Game%20Rank) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Game%20Rank/C) | [](https://open.kattis.com/problems/gamerank) |
| [GCD](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/GCD) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/GCD/Python%203) | [](https://open.kattis.com/problems/gcd) |
| [GCVWR](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/GCVWR) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/GCVWR/Python%203) | [](https://open.kattis.com/problems/gcvwr) |
| [Genetic Search](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Genetic%20Search) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Genetic%20Search/Python%203) | [](https://open.kattis.com/problems/geneticsearch) |
| [George](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/George) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/George/Python%203) | [](https://open.kattis.com/problems/george) |
| [Gerrymandering](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Gerrymandering) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Gerrymandering/C) | [](https://open.kattis.com/problems/gerrymandering) |
| [Get Shorty](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Get%20Shorty) | [Python 3](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Get%20Shorty/Python%203) | [](https://open.kattis.com/problems/getshorty) |
| [Get to Work](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Get%20to%20Work) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Get%20to%20Work/C) | [](https://open.kattis.com/problems/gettowork) |
| [Getting Gold](https://github.com