What is a HashMap?
-
A data structure holding key-value pairs with an O(1) access time.
-
Hash (Perl)
-
Map (Java)
-
Dictionary (Python)
-
Associative Array (PHP)
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
A data structure holding key-value pairs with an O(1) access time.
Hash (Perl)
Map (Java)
Dictionary (Python)
Associative Array (PHP)