mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-12 15:44:12 +08:00
Fix sphinx/build_docs warnings for dynamic_programming (#12484)
* Fix sphinx/build_docs warnings for dynamic_programming * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix * Fix * Fix * Fix * Fix * Fix --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@ -5,6 +5,7 @@ import sys
|
||||
def minimum_squares_to_represent_a_number(number: int) -> int:
|
||||
"""
|
||||
Count the number of minimum squares to represent a number
|
||||
|
||||
>>> minimum_squares_to_represent_a_number(25)
|
||||
1
|
||||
>>> minimum_squares_to_represent_a_number(37)
|
||||
|
Reference in New Issue
Block a user