Exercise: Hash Table Problems on LeetCode
OriginalAbout 13031 words
Prerequisites
Before reading this article, you should first learn:
Hash tables are a commonly tested data structure in algorithm problems, mainly appearing in data structure design questions or in combination with arrays, strings, and other structures (such as the previous Prefix Sum Exercises). Here are some common hash table questions.