Changes between Initial Version and Version 1 of Ticket #14675, comment 10
- Timestamp:
- Apr 27, 2020, 12:12:27 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14675, comment 10
initial v1 5 5 > }}} 6 6 7 It is likely full list traverse is done at each insertion making O(n^2)time complexity.7 It is likely full list traverse is done at each insertion making `O(n^2)` time complexity.