insert adds a key value pair in the map. If the key already exists, the value is replaced with the new value.
Complexity: O(log n)
O(log n)
Generated using TypeDoc
insert adds a key value pair in the map. If the key already exists, the value is replaced with the new value.
Complexity:
O(log n)