Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact
Show
Ignore:
Timestamp:
08/11/08 02:04:10 (4 months ago)
Author:
kris
Message:

fixes #1230 :: wrong time complexity in LinkedList? documentation.

kudos to humpolec

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/util/container/LinkedList.d

    r3866 r3873  
    422422        /*********************************************************************** 
    423423 
    424                 Time complexity: O(1
     424                Time complexity: O(n
    425425 
    426426        ***********************************************************************/ 
     
    465465        /*********************************************************************** 
    466466 
    467                 Time complexity: O(1
     467                Time complexity: O(n
    468468 
    469469        ***********************************************************************/