Hi,
I've been reading the documentation for Hashtables and I've come across
the following expressions:
This method is an O(1) operation.
This method is an O(n) operation.
What do these mean?
TIA,
John.
I've been reading the documentation for Hashtables and I've come across
the following expressions:
This method is an O(1) operation.
This method is an O(n) operation.
What do these mean?
TIA,
John.
Comment