{"id":19274925,"url":"https://github.com/jonsteinn/kattis-solutions","last_synced_at":"2025-04-13T06:36:45.607Z","repository":{"id":20119489,"uuid":"88850464","full_name":"JonSteinn/Kattis-Solutions","owner":"JonSteinn","description":"Solutions to the Kattis archives","archived":false,"fork":false,"pushed_at":"2023-08-14T19:30:28.000Z","size":1776,"stargazers_count":165,"open_issues_count":5,"forks_count":79,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-24T10:55:39.765Z","etag":null,"topics":["competitive-programming","kattis","kattis-solutions","problem-solving"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JonSteinn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-20T09:57:28.000Z","updated_at":"2025-01-28T06:58:22.000Z","dependencies_parsed_at":"2024-11-18T01:00:23.307Z","dependency_job_id":null,"html_url":"https://github.com/JonSteinn/Kattis-Solutions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonSteinn%2FKattis-Solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonSteinn%2FKattis-Solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonSteinn%2FKattis-Solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonSteinn%2FKattis-Solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JonSteinn","download_url":"https://codeload.github.com/JonSteinn/Kattis-Solutions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248675303,"owners_count":21143763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["competitive-programming","kattis","kattis-solutions","problem-solving"],"created_at":"2024-11-09T20:47:42.855Z","updated_at":"2025-04-13T06:36:45.582Z","avatar_url":"https://github.com/JonSteinn.png","language":"C","funding_links":["https://www.buymeacoffee.com/jonsteinn"],"categories":[],"sub_categories":[],"readme":"# Kattis Solutions\nSolutions to the [Kattis archives](https://open.kattis.com/).\n\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/jonsteinn)\n\n## Problems\n| Problem | Languages | :link: |\n| - | - | - |\n| [(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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/multiplication) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/sequences) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/10kindsofpeople) |\n| [2048](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/2048) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/2048/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/2048) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/3dprinter) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/4thought) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/classy) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/different) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cats) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/listgame) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/amultiplicationgame) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/anewalphabet) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/aprizenoonecanwin) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/rationalsequence3) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/rationalsequence2) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/areal) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/towering) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/pikemaneasy) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/a1paper) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/aaah) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/abinitio) |\n| [ABC](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/ABC) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/ABC/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/abc) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/aboveaverage) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/accessdenied) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bokforing) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/acm) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/addtwonumbers) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/addingwords) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/airconditioned) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/akcija) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/alexandbarb) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/alicedigital) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/aliennumbers) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/allaboutthatbase) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/alldifferentdirections) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/dream) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/allpairspath) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/almostperfect) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/almostunionfind) |\n| [Alphabet](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Alphabet) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Alphabet/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/alphabet) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/alphabetspam) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/artichoke) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/amsterdamdistance) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/iforaneye) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/industrialspy) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/anagramcounting) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/anotherbrick) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/anothercandies) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/anthonyanddiablo) |\n| [Ants](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Ants) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Ants/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/ants) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/apaxiaaans) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/areyoulistening) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/arithmetic) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/arithmeticfunctions) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/armcoordination) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/armystrengtheasy) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/armystrengthhard) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/upprodun) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/asciiaddition) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/asciifigurerotation) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/workstations) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/acm2) |\n| [Autori](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Autori) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Autori/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/autori) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/averagecharacter) |\n| [Avion](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Avion) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Avion/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/avion) |\n| [Avoidland](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Avoidland) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Avoidland/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/avoidland) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/awkwardparty) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/babelfish) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/babybites) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/babylonian) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bachetsgame) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/backspace) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/baconeggsandspam) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/baloni) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bank) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bard) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/base2palindrome) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/basicinterpreter) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/basicprogramming1) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/basicprogramming2) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/basicremains) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/basketballoneonone) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/batmanacci) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/batterup) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/battlesimulation) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/battleship) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bazen) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/beatspread) |\n| [Beavergnaw](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Beavergnaw) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Beavergnaw/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/beavergnaw) |\n| [Beehives](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Beehives) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Beehives/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/beehives) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/beekeeper) |\n| [Bela](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bela) | [Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bela/Go) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bela) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bestbefore) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bestcompression) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/compromise) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bestrelayteam) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/betting) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bigtruck) |\n| [Bijele](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bijele) | [Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bijele/Go) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bijele) |\n| [Billiard](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Billiard) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Billiard/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/billiard) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/heap) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bing) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/birthdayboy) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/fodelsedagsmemorisering) |\n| [Bishops](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bishops) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bishops/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bishops) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bitbybit) |\n| [Bits](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bits) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bits/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bits) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bitsequalizer) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/blackfriday) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/blackout) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/blockgame2) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bluetooth) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/boatparts) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bobby) |\n| [Booking](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Booking) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Booking/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/booking) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bookingaroom) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bossbattle) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bottledup) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/boundingrobots) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/breakingbad) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/breakingbranches) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/brexit) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bryr) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/brokenswords) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/browniepoints) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/builddeps) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/pyramids) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/buka) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bumped) |\n| [Bus](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bus) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Bus/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bus) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/busnumbers) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/busnumbers2) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/busyschedule) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/buttonbashing) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/calculatingdartscores) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/calculator) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/calories) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/candlebox) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/candydivision) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cantor) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cardtrick2) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cardboardcontainer) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/carefulascent) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/carousel) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/catcoat) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/catalan) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/catalansquare) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cd) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/ceiling) |\n| [Cetiri](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cetiri) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cetiri/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cetiri) |\n| [Cetvrta](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cetvrta) | [Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cetvrta/Go) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cetvrta) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/chanukah) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/character) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/chartingprogress) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/checkingforcorrectness) |\n| [Chess](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Chess) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Chess/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/chess) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/chewbacca) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/chineseremainder) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/generalchineseremainder) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cinema) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cinema2) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/circuitmath) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/climbingworm) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/closestsums) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/closingtheloop) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/coast) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/coconut) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/codecleanups) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/codetosavelives) |\n| [Cokolada](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cokolada) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cokolada/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cokolada) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cold) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/collatz) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/beepers) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/color) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/combinationlock) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/communicationssatellite) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/competitivearcadebasketball) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/completingthesquare) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/compositions) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/compoundwords) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/conformity) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/connectthedots) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/conquestcampaign) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/continuousmedian) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/conversationlog) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/convexhull) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/convexpolygonarea) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cookiecutter) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cookieselection) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cookingwater) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/costumecontest) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/countthevowels) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/countingclauses) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/countingstars) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/subseqhard) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/countingtriangles) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/coursescheduling) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cowcrane) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cprnummer) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/crackingrsa) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/safe) |\n| [Crne](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Crne) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Crne/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/crne) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cross) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/crosscountry) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/conundrum) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cuchitunnels) |\n| [Cudoviste](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cudoviste) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Cudoviste/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cudoviste) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cursethedarkness) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/cutinline) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/dasort) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/daceydice) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/damagedequation) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/dartscoring) |\n| [Darts](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Darts) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Darts/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/dartscores) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/dasblinkenlights) |\n| [Datum](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Datum) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Datum/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/datum) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/dst) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/deathtaxes) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/deathknight) |\n| [Deathstar](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Deathstar) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Deathstar/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/deathstar) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/deduplicatingfiles) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/bubbletea) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/delimitersoup) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/detaileddifferences) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/diagonalcut) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/dicecup) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/dicegame) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/differentdistances) |\n| [Digbuild](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Digbuild) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Digbuild/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/digbuild) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/sifferprodukt) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/digitswap) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/display) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/digits) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/downtime) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/ballotboxes) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/divideby100) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/divvyingup) |\n| [Dog \u0026 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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/doggopher) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/dominoes2) |\n| [Doorman](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Doorman) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Doorman/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/doorman) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/doublepassword) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/doubleplusgood/statistics) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/dreamer) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/drinkingsong) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/driversdilemma) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/drivingrange) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/drmmessages) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/drunkvigenere) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/dunglish) |\n| [DVDs](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/DVDs) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/DVDs/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/dvds) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/dyslectionary) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/earlywinter) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/eatingout) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/saxophone) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/echoechoecho) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/eenymeeny) |\n| [Egypt](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Egypt) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Egypt/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/egypt) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/8queens) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/election2) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/electionparadox) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/election) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/electricaloutlets) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/showroom) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/elevatortrouble) |\n| [Eligibility](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Eligibility) | [Java](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Eligibility/Java) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/eligibility) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/empleh) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/encodedmessage) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/engineeringenglish) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/enlarginghashtables) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/epigdanceoff) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/equalsumseasy) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/erase) |\n| [Esej](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Esej) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Esej/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/esej) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/espressobucks) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/espresso) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/estimatingtheareaofacircle) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/euclideantsp) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/eulersnumber) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/europeantrip) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/evenup) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/eventplanning) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/exactlyelectrical) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/exam) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/redistribution) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/expectedearnings) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/eyeofsauron) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/factstone) |\n| [Faktor](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Faktor) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Faktor/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/faktor) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/fallingapart) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/apples) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/falling) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/falsesecurity) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/fastfood) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/fbiuniversal) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/fenwick) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/fibtour) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/fiftyshades) |\n| [Filip](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Filip) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Filip/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/filip) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/finalexam2) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/financialplanning) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/findingana) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/fire2) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/fire3) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/firetrucksarered) |\n| [FizzBuzz](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/FizzBuzz) | [Go](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/FizzBuzz/Go) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/fizzbuzz) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/flagquiz) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/flexible) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/flipfive) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/flippingpatties) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/floodit) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/flowlayout) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/flowshop) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/flyingsafely) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/foosball) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/forcedchoice) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/forests) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/fractalarea) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/fractionallotion) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/freckles) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/freefood) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/friday) |\n| [Fridge](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fridge) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Fridge/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/fridge) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/froshweek) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/froshweek2) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/fruitbaskets) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/funhouse) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/functionalfun) |\n| [FYI](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/FYI) | [Python](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/FYI/Python) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/fyi) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/gcpc) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/throwns) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/gamerank) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/gcd) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/gcvwr) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/geneticsearch) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/george) |\n| [Gerrymandering](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Gerrymandering) | [C](https://github.com/JonSteinn/Kattis-Solutions/tree/master/src/Gerrymandering/C) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/gerrymandering) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/getshorty) |\n| [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) | [![:cat:](https://open.kattis.com/favicon)](https://open.kattis.com/problems/gettowork) |\n| [Getting Gold](https://github.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonsteinn%2Fkattis-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonsteinn%2Fkattis-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonsteinn%2Fkattis-solutions/lists"}