diff --git a/README.md b/README.md index dbaece6..22d3d4a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/TOP-10.md b/TOP-10.md index ec4309a..6d4a98f 100644 --- a/TOP-10.md +++ b/TOP-10.md @@ -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 \ No newline at end of file +#### [Social Distancing](https://open.kattis.com/problems/socialdistancing2/statistics) - py2 +#### [Average Character](https://open.kattis.com/problems/averagecharacter/statistics) - py2 \ No newline at end of file