Skip to content

Commit

Permalink
Merge pull request #72 from Hasan-Kalzi/70-doc-average-character
Browse files Browse the repository at this point in the history
Feat: closes #70
  • Loading branch information
Hasan-Kalzi committed Apr 12, 2022
2 parents c4be14a + c044720 commit 85a0fc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Solutions for Kattis problems in Python 3 language.
* **Autori** the link to the [Problem](https://open.kattis.com/problems/autori) and here is the
[Solution in PY3](https://github.com/Hasan-Kalzi/Kattis-Python3/blob/main/src/Py3/Autori.py) and here is the
[Solution in PY2](https://github.com/Hasan-Kalzi/Kattis-Python3/blob/main/src/Py2/Autori.py)
* **Average Character** the link to the [Problem](https://open.kattis.com/problems/averagecharacter) and here is the
[Solution in PY3](https://github.com/Hasan-Kalzi/Kattis-Python3/blob/main/src/Py3/Average_Character.py) and here is the
[Solution in PY2](https://github.com/Hasan-Kalzi/Kattis-Python3/blob/main/src/Py2/Average_Character.py)
### B
### C
### D
Expand Down
3 changes: 2 additions & 1 deletion TOP-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ These are links to problem statics where my name appears on the top 10 list in P
#### [Astrological Sign](https://open.kattis.com/problems/astrologicalsign/statistics) - py2 , py3
#### [Zoom](https://open.kattis.com/problems/astrologicalsign/statistics) - py2
#### [Pachyderm Peanut Packing](https://open.kattis.com/problems/pachydermpeanutpacking/statistics) - py2
#### [Social Distancing](https://open.kattis.com/problems/socialdistancing2/statistics) - py2
#### [Social Distancing](https://open.kattis.com/problems/socialdistancing2/statistics) - py2
#### [Average Character](https://open.kattis.com/problems/averagecharacter/statistics) - py2

0 comments on commit 85a0fc5

Please sign in to comment.