mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-15 02:59:36 +08:00

* add typehints and docstrings * add typehint and default value * add typehint and default value. Removed unused variable. * do not modifiy the given solution * add doctests * update sol1 after running black * add typehint, docstring, and doctest * update sol2 after running black