Status: Tags: Links: Data Structures
Dictionary Data Collection
Principles
Implementation
Functions
-
Insert(key, elem)
-
remove(x) where x can be key or element
-
retrieve(x) where x can be key or element
-
contains(x) where x can be key or element
References:
Created:: 2022-03-30 18:27