COMMITS
/ maths/fibonacci.py March 15, 2023
C
Replace bandit, flake8, isort, and pyupgrade with ruff (#8178)
Christian Clauss committed
January 7, 2023
C
Create cached fibonacci algorithm (#8084)
Caeden Perelli-Harris committed
October 27, 2022
C
refactor: Indent ... for visual purposes (#7744)
Caeden Perelli-Harris committed
January 30, 2022
C
The black formatter is no longer beta (#5960)
Christian Clauss committed
November 28, 2021
J
Added memoization function in fibonacci (#5856)
Jaydeep Das committed
November 1, 2021
T
Rewrite maths/fibonacci.py (#5734)
Tianyi Zheng committed
T
Merge maths/fibonacci.py and maths/fibonacci_sequence_recursion.py (#5738)
Tianyi Zheng committed
July 6, 2020
C
isort --profile black . (#2181)
Christian Clauss committed
June 16, 2020
C
Set the Python file maximum line length to 88 characters (#2122)
Christian Clauss committed
October 5, 2019
W
psf/black code formatting (#1277)
William Zhang committed
June 8, 2019
S
Iterative fibonacci with unittests from slash (#882)
StephenGemin committed