Skip to content

Commit

Permalink
refresh docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Sep 19, 2023
1 parent a6e1046 commit 35c538e
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-14)
# Difficulty - Easy (as of 2023-09-19)

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

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

## [Hvert Skal Mæta?](https://open.kattis.com/problems/hvertskalmaeta)

??? success "Solution in Python"

=== "Python"

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

## [ICPC Awards](https://open.kattis.com/problems/icpcawards)

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

## [Same Digits (Easy)](https://open.kattis.com/problems/samedigitseasy)

??? success "Solution in Python"

=== "Python"

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

## [Saving Daylight](https://open.kattis.com/problems/savingdaylight)

??? success "Solution in Python"
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 ^420^](easy.md)
- [Easy ^422^](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 35c538e

Please sign in to comment.