Skip to content

Commit

Permalink
refresh docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Oct 3, 2023
1 parent 0294e78 commit 00a166a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Summary by Difficulty

- Easy ^416^
- Easy ^418^

- Medium ^26^

Expand Down
20 changes: 20 additions & 0 deletions docs/solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Binary file modified docs/summary-by-initial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/summary-by-language.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 00a166a

Please sign in to comment.