diff --git a/docs/index.md b/docs/index.md index 2b333c06..dde14a98 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ ## Summary by Difficulty -- Easy ^416^ +- Easy ^418^ - Medium ^26^ diff --git a/docs/solutions.md b/docs/solutions.md index d40bb919..2e0e9ee4 100644 --- a/docs/solutions.md +++ b/docs/solutions.md @@ -997,6 +997,16 @@ hide: --8<-- "src/cookingwater.py" ``` +## :green_circle: [Cosmic Path Optimization](https://open.kattis.com/problems/cosmicpathoptimization) + +??? success "Solution in Python" + + === "Python" + + ```py linenums="1" + --8<-- "src/cosmicpathoptimization.py" + ``` + ## :green_circle: [Costume Contest](https://open.kattis.com/problems/costumecontest) ??? success "Solution in Python" @@ -4087,6 +4097,16 @@ hide: --8<-- "src/soylent.py" ``` +## :green_circle: [Space Race](https://open.kattis.com/problems/spacerace) + +??? success "Solution in Python" + + === "Python" + + ```py linenums="1" + --8<-- "src/spacerace.py" + ``` + ## :green_circle: [Spavanac](https://open.kattis.com/problems/spavanac) ??? success "Solutions in 3 languages" diff --git a/docs/summary-by-initial.png b/docs/summary-by-initial.png index 610b388a..0ea528eb 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 fbdcef4e..b3d07821 100644 Binary files a/docs/summary-by-language.png and b/docs/summary-by-language.png differ