Changes between Initial Version and Version 1 of Ticket #15995, comment 2


Ignore:
Timestamp:
May 10, 2020, 12:28:19 AM (5 years ago)
Author:
X512

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15995, comment 2

    initial v1  
    1 `O(n^2)` is time complexity of whole test (creating or deleting areas). `create_area` and `area_for` have `O(n)` time complexity.
     1`O(n^2)` is time complexity of whole test (creating or deleting `n` areas). `create_area` and `area_for` have `O(n)` time complexity.