Learn more about cloning repositories
You have read-only access
Make documented complexity consistent Since most of the documentation in the code use O(`self.count`) instead of O(`count`), change the inconsistent code documentation to O(`self.count`).