Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 282 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 282 Bytes

HashMap - NonLinear Data Structure

A hashmap, also known as a hash table, is a data structure that allows you to store and retrieve data quickly based on key-value pairs. It's designed to provide efficient data retrieval and storage by using a technique called hashing