Skip to content

Commit

Permalink
refresh docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Oct 4, 2023
1 parent 9dd665c commit e859020
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 ^418^
- Easy ^420^

- 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 @@ -595,6 +595,16 @@ hide:
--8<-- "src/bossbattle.py"
```

## :green_circle: [Bottled-Up Feelings](https://open.kattis.com/problems/bottledup)

??? success "Solution in Python"

=== "Python"

```py linenums="1"
--8<-- "src/bottledup.py"
```

## :green_circle: [Bounding Robots](https://open.kattis.com/problems/boundingrobots)

??? success "Solution in Python"
Expand Down Expand Up @@ -3333,6 +3343,16 @@ hide:
--8<-- "src/pot.py"
```

## :green_circle: [Saving Princess Peach](https://open.kattis.com/problems/princesspeach)

??? success "Solution in Python"

=== "Python"

```py linenums="1"
--8<-- "src/princesspeach.py"
```

## :green_circle: [Printing Costs](https://open.kattis.com/problems/printingcosts)

??? success "Solution in Python"
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 e859020

Please sign in to comment.