You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A sparse set is a data structure that allows (at the cost of double the memory for indexes) to do insertion deletion and lookup in O(1) while maintaining a O(n) traversal time where n is the amount of elements in the set.