String length complexity...

Правка en1, от C137, 2015-11-17 20:14:36

String str; cin>>str; for(int i=0;i<str.length();i++){ .... } if str.length()=n, then the total complexity of the algorithm is n*n?? or just n?

Теги string, algorithm complexity

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский C137 2015-11-17 20:18:08 24
en1 Английский C137 2015-11-17 20:14:36 175 Initial revision (published)