data structures
- Hash Tables
A data structure that stores key–value pairs with expected constant-time insertion, lookup, and deletion. - Binary Search
An algorithm that locates a target in a sorted array in logarithmic time by repeatedly halving the search interval.