php-interview-exercises
php-interview-exercises copied to clipboard
question about the MaxSubArraySum problem
hello. I've got a question about this problem. probably i haven't understood it correctly. shouldn't the result of this test be 23 instead of 19? https://github.com/azdanov/php-interview-exercises/blob/master/tests/MaxSubArraySum/Complete/MaxSubArrayCompleteTest.php#L28
9+8+6 = 23?
hello, as i understand, in this task N parametr is size of window sliding throw array