Can anyone help me with finding the the time complexity of the following algorithm??
for(i =0;i<n;i++)
for(j=o;j<n;j++)
for(k = a[j] = 0; k<n;k++)
a[j] += b[k] * c[k][j];
please!!!! and explain step by step .....
Can anyone help me with finding the the time complexity of the following algorithm??
for(i =0;i<n;i++)
for(j=o;j<n;j++)
for(k = a[j] = 0; k<n;k++)
a[j] += b[k] * c[k][j];
please!!!! and explain step by step .....
http://www.daniweb.com/forums/thread267064.html
> Can anyone help me with finding the the time complexity of the following algorithm??
http://www.catb.org/~esr/faqs/smart-questions.html#prune
thanks for first link Salem.. and for the second too..
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.