Skip to content

Commit

Permalink
refresh docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Oct 4, 2023
1 parent f1e432f commit 79aca58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@

## Summary by Difficulty

- Easy ^420^
> as of 2023-10-04
- Medium ^26^
- Easy ^422^

- Medium ^24^

- Hard ^1^

Expand Down
8 changes: 4 additions & 4 deletions docs/solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ hide:
--8<-- "src/1dfroggereasy.py"
```

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

??? success "Solutions in 3 languages"

Expand Down Expand Up @@ -97,7 +97,7 @@ hide:
--8<-- "src/abc.py"
```

## :yellow_circle: [Above Average](https://open.kattis.com/problems/aboveaverage)
## :green_circle: [Above Average](https://open.kattis.com/problems/aboveaverage)

??? success "Solution in Python"

Expand Down Expand Up @@ -1223,7 +1223,7 @@ hide:
--8<-- "src/dicegame.py"
```

## :yellow_circle: [A Different Problem](https://open.kattis.com/problems/different)
## :green_circle: [A Different Problem](https://open.kattis.com/problems/different)

??? success "Solution in Python"

Expand Down Expand Up @@ -4717,7 +4717,7 @@ hide:
--8<-- "src/utf8.py"
```

## :green_circle: [Vaccine Efficacy](https://open.kattis.com/problems/vaccineefficacy)
## :yellow_circle: [Vaccine Efficacy](https://open.kattis.com/problems/vaccineefficacy)

??? success "Solution in Python"

Expand Down

0 comments on commit 79aca58

Please sign in to comment.