Skip to content

Commit

Permalink
refresh docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Nov 6, 2023
1 parent 7ea8998 commit 6c36fa1
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 15 deletions.
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

## Summary by Difficulty

> as of 2023-10-20
> as of 2023-11-06
```vegalite
{
"data": {
"values": [
{"Difficulty": "Easy", "Count": 424},
{"Difficulty": "Medium", "Count": 26}
{"Difficulty": "Easy", "Count": 423},
{"Difficulty": "Medium", "Count": 29}
]
},
"mark": {"type": "bar", "tooltip": true},
Expand All @@ -31,8 +31,8 @@
"data": {
"values": [
{"Initial": "S", "Count": 59},
{"Initial": "C", "Count": 38},
{"Initial": "A", "Count": 33},
{"Initial": "C", "Count": 39},
{"Initial": "A", "Count": 34},
{"Initial": "P", "Count": 33},
{"Initial": "B", "Count": 31},
{"Initial": "T", "Count": 29},
Expand Down Expand Up @@ -78,7 +78,7 @@
{
"data": {
"values": [
{"Language": "Python", "Count": 447},
{"Language": "Python", "Count": 449},
{"Language": "Go", "Count": 36},
{"Language": "Java", "Count": 25},
{"Language": "C++", "Count": 16},
Expand Down
38 changes: 29 additions & 9 deletions docs/solutions.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ hide:
--8<-- "src/anotherbrick.py"
```

## :green_circle: [Another Candies](https://open.kattis.com/problems/anothercandies)
## :yellow_circle: [Another Candies](https://open.kattis.com/problems/anothercandies)

??? success "Solution in Python"

Expand Down Expand Up @@ -353,6 +353,16 @@ hide:
--8<-- "src/astrologicalsign.py"
```

## :green_circle: [Attendance](https://open.kattis.com/problems/attendance2)

??? success "Solution in Python"

=== "Python"

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

## :green_circle: [Autori](https://open.kattis.com/problems/autori)

??? success "Solution in Python"
Expand Down Expand Up @@ -383,7 +393,7 @@ hide:
--8<-- "src/avion.py"
```

## :green_circle: [Babelfish](https://open.kattis.com/problems/babelfish)
## :yellow_circle: [Babelfish](https://open.kattis.com/problems/babelfish)

??? success "Solution in Python"

Expand Down Expand Up @@ -877,7 +887,7 @@ hide:
--8<-- "src/classfieldtrip.py"
```

## :green_circle: [A Furious Cocktail](https://open.kattis.com/problems/cocktail)
## :yellow_circle: [A Furious Cocktail](https://open.kattis.com/problems/cocktail)

??? success "Solution in Python"

Expand Down Expand Up @@ -1007,6 +1017,16 @@ hide:
--8<-- "src/cookingwater.py"
```

## :green_circle: [Cornhusker](https://open.kattis.com/problems/cornhusker)

??? success "Solution in Python"

=== "Python"

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

## :green_circle: [Cosmic Path Optimization](https://open.kattis.com/problems/cosmicpathoptimization)

??? success "Solution in Python"
Expand Down Expand Up @@ -1077,7 +1097,7 @@ hide:
--8<-- "src/cprnummer.py"
```

## :yellow_circle: [Crne](https://open.kattis.com/problems/crne)
## :green_circle: [Crne](https://open.kattis.com/problems/crne)

??? success "Solutions in 2 languages"

Expand Down Expand Up @@ -2201,7 +2221,7 @@ hide:
--8<-- "src/illuminatispotti.py"
```

## :green_circle: [Inheritance](https://open.kattis.com/problems/inheritance)
## :yellow_circle: [Inheritance](https://open.kattis.com/problems/inheritance)

??? success "Solution in Python"

Expand Down Expand Up @@ -2353,7 +2373,7 @@ hide:
--8<-- "src/justaminute.py"
```

## :yellow_circle: [Running Race](https://open.kattis.com/problems/kaploeb)
## :green_circle: [Running Race](https://open.kattis.com/problems/kaploeb)

??? success "Solution in Python"

Expand Down Expand Up @@ -2479,7 +2499,7 @@ hide:
--8<-- "src/ladder.py"
```

## :green_circle: [Lamps](https://open.kattis.com/problems/lamps)
## :yellow_circle: [Lamps](https://open.kattis.com/problems/lamps)

??? success "Solution in Python"

Expand Down Expand Up @@ -3761,7 +3781,7 @@ hide:
--8<-- "src/samedigitseasy.py"
```

## :green_circle: [Same Digits (Hard)](https://open.kattis.com/problems/samedigitshard)
## :yellow_circle: [Same Digits (Hard)](https://open.kattis.com/problems/samedigitshard)

??? success "Solution in Python"

Expand Down Expand Up @@ -4429,7 +4449,7 @@ hide:
--8<-- "src/tetration.py"
```

## :yellow_circle: [Thanos](https://open.kattis.com/problems/thanos)
## :green_circle: [Thanos](https://open.kattis.com/problems/thanos)

??? success "Solution in Python"

Expand Down

0 comments on commit 6c36fa1

Please sign in to comment.