Hello, I was wondering if there is a way of keeping last n rows of a matrix efficiently in C++, for example for DP?
Keeping last n rows of a matrix in C++
Hello, I was wondering if there is a way of keeping last n rows of a matrix efficiently in C++, for example for DP?