diff --git a/docs/index.md b/docs/index.md index 2b333c0..dde14a9 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 d40bb91..2e0e9ee 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 610b388..0ea528e 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 fbdcef4..b3d0782 100644 Binary files a/docs/summary-by-language.png and b/docs/summary-by-language.png differ