Let's assume I have data of size N (i.e.N elements) and the dictionary was created with capacity N. What is the complexity of:
- space -- of entire dictionary
- time -- adding entry to dictionary
MS revealed only that entry retrieval is close to O(1). But what about the rest?