HashSet

Problem Statement:

Visualize how a HashSet stores unique elements using buckets and handles collisions with chaining.

Operations: Add A, Add B, Add F (collision), Add A (duplicate), Search B

Step 0: Empty HashSet with 5 buckets.