gnzlbg / static_vector

A dynamically-resizable vector with fixed capacity and embedded storage

Home Page:https://gnzlbg.github.io/static_vector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify what `N` in the complexity is

gnzlbg opened this issue · comments

From Casey's feedback:

Many of the complexity requirements are stated as O(N), but don't specify what N is. O(Capacity) or O(size()) or O(last - first) would be better.