hehelupesss4730 hehelupesss4730 30-11-2022 Mathematics contestada Give a big-o estimate for the number additions used in this segment of an algorithm. T := 0 for i := 1 to n for j := 1 to n t := t + i + j.