hamichrit9012 hamichrit9012 08-04-2024 Mathematics contestada Give a Big-O estimate for the number of additions used in this segment of an algorithm. :t:=0 for i:=1 to n for j:=1 to t:=t+i⋅j.