Skip to content

Commit

Permalink
refresh docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Sep 13, 2023
1 parent 31d8615 commit 20cd024
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion docs/easy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ hide:
- toc
---

# Difficulty - Easy (as of 2023-09-12)
# Difficulty - Easy (as of 2023-09-13)

## [3D Printed Statues](https://open.kattis.com/problems/3dprinter)

Expand Down Expand Up @@ -1009,6 +1009,16 @@ hide:
--8<-- "src/easy/cyaniderivers.py"
```

## [Cypher Decypher](https://open.kattis.com/problems/cypherdecypher)

??? success "Solution in Python"

=== "Python"

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

## [Damaged Equation](https://open.kattis.com/problems/damagedequation)

??? success "Solution in Python"
Expand Down Expand Up @@ -1131,6 +1141,16 @@ hide:
--8<-- "src/easy/divvyingup.py"
```

## [Don't Fall Down Stairs](https://open.kattis.com/problems/dontfalldownstairs)

??? success "Solution in Python"

=== "Python"

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

## [Double Password](https://open.kattis.com/problems/doublepassword)

??? success "Solutions in 2 languages"
Expand Down
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 ^414^](easy.md)
- [Easy ^416^](easy.md)

- [Medium ^17^](medium.md)

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 20cd024

Please sign in to comment.