diff --git a/docs/easy.md b/docs/easy.md index efebf13..586b692 100644 --- a/docs/easy.md +++ b/docs/easy.md @@ -3,7 +3,7 @@ hide: - toc --- -# Difficulty - Easy (as of 2023-08-31) +# Difficulty - Easy (as of 2023-09-11) ## [3D Printed Statues](https://open.kattis.com/problems/3dprinter) @@ -1453,6 +1453,16 @@ hide: --8<-- "src/easy/fbiuniversal.py" ``` +## [Framtíðar FIFA](https://open.kattis.com/problems/fifa) + +??? success "Solution in Python" + + === "Python" + + ```py linenums="1" + --8<-- "src/easy/fifa.py" + ``` + ## [Fifty Shades of Pink](https://open.kattis.com/problems/fiftyshades) ??? success "Solution in Python" @@ -1651,6 +1661,16 @@ hide: --8<-- "src/easy/goatrope.py" ``` +## [Goomba Stacks](https://open.kattis.com/problems/goombastacks) + +??? success "Solution in Python" + + === "Python" + + ```py linenums="1" + --8<-- "src/easy/goombastacks.py" + ``` + ## [Grading](https://open.kattis.com/problems/grading) ??? success "Solution in Python" @@ -2273,6 +2293,16 @@ hide: --8<-- "src/easy/leftbeehind.py" ``` +## [Leggja saman](https://open.kattis.com/problems/leggjasaman) + +??? success "Solution in Python" + + === "Python" + + ```py linenums="1" + --8<-- "src/easy/leggjasaman.py" + ``` + ## [License to Launch](https://open.kattis.com/problems/licensetolaunch) ??? success "Solution in Python" @@ -2755,6 +2785,16 @@ hide: --8<-- "src/easy/overdraft.py" ``` +## [Óvissa](https://open.kattis.com/problems/ovissa) + +??? success "Solution in Python" + + === "Python" + + ```py linenums="1" + --8<-- "src/easy/ovissa.py" + ``` + ## [The Owl and the Fox](https://open.kattis.com/problems/owlandfox) ??? success "Solution in Python" @@ -4233,6 +4273,16 @@ hide: --8<-- "src/easy/twosum.py" ``` +## [Úllen dúllen doff](https://open.kattis.com/problems/ullendullendoff) + +??? success "Solution in Python" + + === "Python" + + ```py linenums="1" + --8<-- "src/easy/ullendullendoff.py" + ``` + ## [Ultimate Binary Watch](https://open.kattis.com/problems/ultimatebinarywatch) ??? success "Solution in Python" @@ -4323,6 +4373,26 @@ hide: --8<-- "src/easy/veci.py" ``` +## [Veður - Vindhraði](https://open.kattis.com/problems/vedurvindhradi) + +??? success "Solution in Python" + + === "Python" + + ```py linenums="1" + --8<-- "src/easy/vedurvindhradi.py" + ``` + +## [Velkomin!](https://open.kattis.com/problems/velkomin) + +??? success "Solution in Python" + + === "Python" + + ```py linenums="1" + --8<-- "src/easy/velkomin.py" + ``` + ## [Who wins?](https://open.kattis.com/problems/vemvinner) ??? success "Solution in Python" @@ -4343,6 +4413,16 @@ hide: --8<-- "src/easy/videospeedup.py" ``` +## [Viðsnúningur](https://open.kattis.com/problems/vidsnuningur) + +??? success "Solution in Python" + + === "Python" + + ```py linenums="1" + --8<-- "src/easy/vidsnuningur.py" + ``` + ## [Popular Vote](https://open.kattis.com/problems/vote) ??? success "Solution in Python" diff --git a/docs/index.md b/docs/index.md index 607d31c..14d6642 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ ## Summary by Difficulty -- [Easy ^399^](easy.md) +- [Easy ^407^](easy.md) - [Medium ^17^](medium.md) diff --git a/docs/summary-by-initial.png b/docs/summary-by-initial.png index 8939363..d7b9433 100644 Binary files a/docs/summary-by-initial.png and b/docs/summary-by-initial.png differ diff --git a/docs/summary-by-language.png b/docs/summary-by-language.png index 16fa11f..e5de1bd 100644 Binary files a/docs/summary-by-language.png and b/docs/summary-by-language.png differ