What is a Hashmap?
Hashmaps are one of the hardest data structures to understand but are also very rewarding once you get the hang of them. Hashmaps work by creation relationsh...
🔥 Related Trending Topics
LIVE TRENDSThis video may be related to current global trending topics. Click any trend to explore more videos about what's hot right now!
THIS VIDEO IS TRENDING!
This video is currently trending in Thailand under the topic 'สภาพอากาศ'.
About this video
Hashmaps are one of the hardest data structures to understand but are also very rewarding once you get the hang of them. Hashmaps work by creation relationships between a key and a value, a value can be accessed or changed at any time if you use its corresponding key.
This key-value pair based data structure allows you to access any element in O(1) time complexity, meaning it takes only one instruction to access an element of your choosing in the whole hashmap! This characteristic allows you to find any element in any size hashmap instantly.
You may have already used hashmaps in the form of Python dictionaries or C++ unordered maps.
As always, let me know in the comments if you have any questions or suggestions for new videos!
Video Information
Views
36.4K
Total views since publication
Likes
482
User likes and reactions
Duration
0:23
Video length
Published
Aug 20, 2024
Release date
Quality
hd
Video definition