keon / algorithms

Minimal examples of data structures and algorithms in Python
MIT License
23.94k stars 4.59k forks source link

Multiple Matrix Algorithms #630

Open siderism opened 4 years ago

siderism commented 4 years ago

I would like to add some algorithms about matrices. Specifically, a function that finds the sum of all k x k sub-squares in a matrix, a function that finds the rank of a matrix, and a class with 4 functions about matrix characteristics.

siderism commented 4 years ago

Implementations on:

633

632

631