photo

Una Jacimovic


Last seen: más de 2 años hace Con actividad desde 2018

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


How can I avoid TLE in this code in c++?
it's counting sum of sub matrix: It works on every test except on last one. #include <stdio.h> int main() { int a[1000]...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I calculate summary of sub matrix in very large matrix ?
I have very large matrix which can be 1000*1000,how to create fast algorithm which calculates summary of submatrix if I have upp...

más de 6 años hace | 1 respuesta | 0

1

respuesta