Groups
Category
Policy-Based Data Structures (PBDS) are GNU C++ extensions that add advanced containers like an order-statistics tree, a fast hash table, and ropes for efficient string edits.
A hash table stores keyโvalue pairs and finds items in expected O(1) time using a hash function to map keys to buckets.