Skip to content

Commit

Permalink
refresh docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Sep 14, 2023
1 parent d48a9e9 commit 78ae1c1
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 2 deletions.
42 changes: 41 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-13)
# Difficulty - Easy (as of 2023-09-14)

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

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

## [Bannorð](https://open.kattis.com/problems/bannord)

??? success "Solution in Python"

=== "Python"

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

## [Basketball One-on-One](https://open.kattis.com/problems/basketballoneonone)

??? success "Solutions in 2 languages"
Expand Down Expand Up @@ -2665,6 +2675,16 @@ hide:
--8<-- "src/easy/musicyourway.py"
```

## [Mylla](https://open.kattis.com/problems/mylla2)

??? success "Solution in Python"

=== "Python"

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

## [Nasty Hacks](https://open.kattis.com/problems/nastyhacks)

??? success "Solutions in 2 languages"
Expand Down Expand Up @@ -2927,6 +2947,16 @@ hide:
--8<-- "src/easy/pauleigon.py"
```

## [Peach Powder Polygon](https://open.kattis.com/problems/peachpowderpolygon)

??? success "Solution in Python"

=== "Python"

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

## [Pea Soup and Pancakes](https://open.kattis.com/problems/peasoup)

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

## [Pizzubestun](https://open.kattis.com/problems/pizzubestun)

??? success "Solution in Python"

=== "Python"

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

## [Planetaris](https://open.kattis.com/problems/planetaris)

??? 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 ^416^](easy.md)
- [Easy ^420^](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 78ae1c1

Please sign in to comment.