COMMITS
/ matrix/nth_fibonacci_using_matrix_exponentiation.py October 13, 2022
C
Add flake8 pluin flake8 bugbear to pre-commit (#7132)
Caeden committed
October 4, 2022
R
Add missing type hints in `matrix` directory (#6612)
Rohan R Bharadwaj committed
August 28, 2021
A
[fixed] unused variable, standalone running, import doctest module (#4673)
arfy slowy committed
February 23, 2021
C
Change occurrences of str.format to f-strings (#4118)
CarsonHam 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
August 19, 2019
C
Simplify code by dropping support for legacy Python (#1143)
Christian Clauss committed
July 19, 2019
C
M
Added matrix exponentiation approach for finding fibonacci number. (#1042)
Md. Mahbubur Rahman committed