algorithms

Algorithms Handbook

View on GitHub

JS DS Complexity

Set

Set objects must be implemented using either hash tables or other mechanisms that, on average, provide access times that are sublinear on the number of elements in the collection.

Hash table

Array