16 Matching Annotations
  1. Jan 2022
    1. Sets the number of buckets to count and rehashes the container

      Does automatically if max load factor is reached

    1. swaps the contents

      Swap with empty deque to clear in constant time

    2. clears the contents

      Linear Time Complexity