Difference between revisions of "Talk:cpp/string/byte/strlen"
From cppreference.com
< Talk:cpp | string/byte
(what edition/chapter/page?) |
(Reply to Cubbi) |
||
Line 1: | Line 1: | ||
Should we document the complexity of the function? The C++ Programming Language by Bjarne Stroustrup claims that the complexity is log(N), but isn't it O(N)? | Should we document the complexity of the function? The C++ Programming Language by Bjarne Stroustrup claims that the complexity is log(N), but isn't it O(N)? | ||
: what edition/chapter/page of The C++ Programming Language? --[[User:Cubbi|Cubbi]] ([[User talk:Cubbi|talk]]) 07:45, 27 July 2017 (PDT) | : what edition/chapter/page of The C++ Programming Language? --[[User:Cubbi|Cubbi]] ([[User talk:Cubbi|talk]]) 07:45, 27 July 2017 (PDT) | ||
+ | :: Hi, it's the 4th edition, chapter 36, page 1038. |
Revision as of 00:38, 28 July 2017
Should we document the complexity of the function? The C++ Programming Language by Bjarne Stroustrup claims that the complexity is log(N), but isn't it O(N)?