Skip to content

Unexpected computational complexity #4

Open
@oertl

Description

@oertl

Hi!

I am playing around with MementoHash and investigating the average runtime when most buckets are removed. As an extreme case, I started with 100k buckets and randomly removed all except one bucket. For this case, the number of nested loop iterations in my experiment contradicts Proposition 18 in the paper.

The experiment can be reproduced with this unit test which fails here where the measured average number of iterations differs by more than 100 standard deviations from the expected number of iterations according to Proposition 18. Do you have any explanation for this discrepancy?

Best regards
Otmar

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions