Rewrite parts of Vector and Matrix (#5362) · zinating/algorithms-python@fe5c711 · GitHub
Skip to content

Commit fe5c711

Browse files
tianyizheng02poyea
andauthored
Rewrite parts of Vector and Matrix (TheAlgorithms#5362)
* 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> Co-authored-by: John Law <johnlaw.po@gmail.com>
1 parent 8285913 commit fe5c711

4 files changed

Lines changed: 295 additions & 225 deletions

File tree

knapsack/README.md

Lines changed: 1 addition & 1 deletion

linear_algebra/README.md

Lines changed: 22 additions & 22 deletions

0 commit comments

Comments
 (0)