diff --git a/docs/easy.md b/docs/easy.md index 586b692f..96204956 100644 --- a/docs/easy.md +++ b/docs/easy.md @@ -1951,6 +1951,16 @@ hide: --8<-- "src/easy/hothike.py" ``` +## [Hraðgreining](https://open.kattis.com/problems/hradgreining) + +??? success "Solution in Python" + + === "Python" + + ```py linenums="1" + --8<-- "src/easy/hradgreining.py" + ``` + ## [The Amazing Human Cannonball](https://open.kattis.com/problems/humancannonball2) ??? success "Solution in Python" @@ -3593,6 +3603,16 @@ hide: --8<-- "src/easy/simplefactoring.py" ``` +## [Sith](https://open.kattis.com/problems/sith) + +??? success "Solution in Python" + + === "Python" + + ```py linenums="1" + --8<-- "src/easy/sith.py" + ``` + ## [Sjecista](https://open.kattis.com/problems/sjecista) ??? success "Solution in Python" @@ -4373,6 +4393,16 @@ hide: --8<-- "src/easy/veci.py" ``` +## [Veður - Lokaðar heiðar](https://open.kattis.com/problems/vedurheidar) + +??? success "Solution in Python" + + === "Python" + + ```py linenums="1" + --8<-- "src/easy/vedurheidar.py" + ``` + ## [Veður - Vindhraði](https://open.kattis.com/problems/vedurvindhradi) ??? success "Solution in Python" @@ -4383,6 +4413,16 @@ hide: --8<-- "src/easy/vedurvindhradi.py" ``` +## [Vefþjónatjón](https://open.kattis.com/problems/vefthjonatjon) + +??? success "Solution in Python" + + === "Python" + + ```py linenums="1" + --8<-- "src/easy/vefthjonatjon.py" + ``` + ## [Velkomin!](https://open.kattis.com/problems/velkomin) ??? success "Solution in Python" diff --git a/docs/index.md b/docs/index.md index 14d6642d..f061a481 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ ## Summary by Difficulty -- [Easy ^407^](easy.md) +- [Easy ^411^](easy.md) - [Medium ^17^](medium.md) diff --git a/docs/summary-by-initial.png b/docs/summary-by-initial.png index d7b9433e..3096eff6 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 e5de1bd7..b940adea 100644 Binary files a/docs/summary-by-language.png and b/docs/summary-by-language.png differ