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 9b4803e commit 0c47888
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 2 deletions.
82 changes: 81 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-08-31)
# Difficulty - Easy (as of 2023-09-11)

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

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

## [Framtíðar FIFA](https://open.kattis.com/problems/fifa)

??? success "Solution in Python"

=== "Python"

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

## [Fifty Shades of Pink](https://open.kattis.com/problems/fiftyshades)

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

## [Goomba Stacks](https://open.kattis.com/problems/goombastacks)

??? success "Solution in Python"

=== "Python"

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

## [Grading](https://open.kattis.com/problems/grading)

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

## [Leggja saman](https://open.kattis.com/problems/leggjasaman)

??? success "Solution in Python"

=== "Python"

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

## [License to Launch](https://open.kattis.com/problems/licensetolaunch)

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

## [Óvissa](https://open.kattis.com/problems/ovissa)

??? success "Solution in Python"

=== "Python"

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

## [The Owl and the Fox](https://open.kattis.com/problems/owlandfox)

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

## [Úllen dúllen doff](https://open.kattis.com/problems/ullendullendoff)

??? success "Solution in Python"

=== "Python"

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

## [Ultimate Binary Watch](https://open.kattis.com/problems/ultimatebinarywatch)

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

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

??? success "Solution in Python"

=== "Python"

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

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

??? success "Solution in Python"

=== "Python"

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

## [Who wins?](https://open.kattis.com/problems/vemvinner)

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

## [Viðsnúningur](https://open.kattis.com/problems/vidsnuningur)

??? success "Solution in Python"

=== "Python"

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

## [Popular Vote](https://open.kattis.com/problems/vote)

??? 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 ^399^](easy.md)
- [Easy ^407^](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 0c47888

Please sign in to comment.