PREV INDEX NEXT

Author: Someone
Subject: None
Date: Wednesday, 12 Feb 2020, 19:58:23

 I declared an array inside my -opt recursive function that isn't used anywhere else, and I run my code which passes all tests, but when I remove this array declaration, it fails to pass all the tests. I think it has to do with memory allocation. Should I be worried?
PREV INDEX NEXT