Programming technique - Prefix Sum Array - with Javascript

preview_player
Показать описание
In this short video, we will learn how to do a prefix sum array.
This is a technique commonly used to solve programming problems.
It helps you calculate the sum of the previous sub array making easy to calculate ranges.

I am using Javascript and logging to console to show the values.
Рекомендации по теме
Комментарии
Автор

Whats is the big O tation for this? Is it O n2 cause there 2 loops?

Francoisk