Skip to content

Commit

Permalink
refresh docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Sep 11, 2023
1 parent 5aa7fae commit 892b338
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 1 deletion.
40 changes: 40 additions & 0 deletions docs/easy.md
Original file line number Diff line number Diff line change
Expand Up @@ -1951,6 +1951,16 @@ hide:
--8<-- "src/easy/hothike.py"
```

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

??? success "Solution in Python"

=== "Python"

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

## [The Amazing Human Cannonball](https://open.kattis.com/problems/humancannonball2)

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

## [Sith](https://open.kattis.com/problems/sith)

??? success "Solution in Python"

=== "Python"

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

## [Sjecista](https://open.kattis.com/problems/sjecista)

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

## [Veður - Lokaðar heiðar](https://open.kattis.com/problems/vedurheidar)

??? success "Solution in Python"

=== "Python"

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

## [Veður - Vindhraði](https://open.kattis.com/problems/vedurvindhradi)

??? success "Solution in Python"
Expand All @@ -4383,6 +4413,16 @@ hide:
--8<-- "src/easy/vedurvindhradi.py"
```

## [Vefþjónatjón](https://open.kattis.com/problems/vefthjonatjon)

??? success "Solution in Python"

=== "Python"

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

## [Velkomin!](https://open.kattis.com/problems/velkomin)

??? 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 ^407^](easy.md)
- [Easy ^411^](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 892b338

Please sign in to comment.