Skip to content

Commit

Permalink
refresh docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Sep 12, 2023
1 parent fda8c93 commit b1c96ed
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
40 changes: 38 additions & 2 deletions 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-11)
# Difficulty - Easy (as of 2023-09-12)

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

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

## [Endurvinnsla](https://open.kattis.com/problems/endurvinnsla)

??? success "Solution in Python"

=== "Python"

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

## [Engineering English](https://open.kattis.com/problems/engineeringenglish)

??? success "Solution in Python"
Expand Down Expand Up @@ -1953,7 +1963,13 @@ hide:

## [Hraðgreining](https://open.kattis.com/problems/hradgreining)

??? success "Solution in Python"
??? success "Solutions in 2 languages"

=== "Go"

```go linenums="1"
--8<-- "src/easy/hradgreining.go"
```

=== "Python"

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

## [Sóttkví](https://open.kattis.com/problems/sottkvi)

??? success "Solution in Python"

=== "Python"

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

## [Soylent](https://open.kattis.com/problems/soylent)

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

## [Stafur](https://open.kattis.com/problems/stafur)

??? success "Solution in Python"

=== "Python"

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

## [Statistics](https://open.kattis.com/problems/statistics)

??? 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 ^411^](easy.md)
- [Easy ^414^](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 b1c96ed

Please sign in to comment.