Introduction to a map data structure. We will cover:
1) The definition (+few words about associative arrays and dictionaries)
2) Real world example for map
3) Main and additional map methods
4) Big O for insertion, deletion and search
5) Two implementation in Javascript using a vanilla js and built-in Map object
Ещё видео!