Session2 Performance Analysis
Session2 Performance Analysis
Unit-1
Introduction to Algorithms
Session 2
Performance analysis using step count method
for i = 1 to n
n*n times
for j=1 to n
b[i,j]== a[i,j]+a[i,j]