Merge maths/fibonacci.py and maths/fibonacci_sequence_recursion.py (#… · Ilgrim/Algorithms-Python@06ab650 · GitHub
Skip to content

Commit 06ab650

Browse files
tianyizheng02poyea
andauthored
Merge maths/fibonacci.py and maths/fibonacci_sequence_recursion.py (TheAlgorithms#5738)
* Rewrite parts of Vector and Matrix methods * Refactor determinant method and add unit tests Refactor determinant method to create separate minor and cofactor methods. Add respective unit tests for new methods. Rename methods using snake case to follow Python naming conventions. * Reorganize Vector and Matrix methods * Update linear_algebra/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Fix punctuation and wording * Apply suggestions from code review Co-authored-by: John Law <johnlaw.po@gmail.com> * Deduplicate euclidean length method for Vector * Add more unit tests for Euclidean length method * Fix bug in unit test for euclidean_length * Remove old comments for magnitude method * Rewrite maths/fibonacci.py * Rewrite timer and add unit tests * Fix typos in fib_binet unit tests * Fix typos in fib_binet unit tests * Clean main method * Merge fibonacci.py and fibonacci_sequence_recursion.py * Fix fib_binet unit test Co-authored-by: John Law <johnlaw.po@gmail.com>
1 parent 99cf2cc commit 06ab650

2 files changed

Lines changed: 130 additions & 152 deletions

File tree

maths/fibonacci.py

Lines changed: 130 additions & 130 deletions

maths/fibonacci_sequence_recursion.py

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)