Vector operation modules in Python Standard Library?

17 Views Asked by At

I'm solving some competitive programming problems related to vectors, but I can only use modules from the standard library, I'm not sure if there is any module that defines vectors and vector operations. I intended to use a package from the standard library to avoid having to do the work of defining vector operations.

What module should I use? ... Or should i define by myself the vector operations I need?

0

There are 0 best solutions below