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
The fact that Set is implemented using AVLTree is an implementation detail. We should avoid using the syntax alias and just rename AVLTree to Set, to avoid confusing types of Set functions visible to the user.
The text was updated successfully, but these errors were encountered:
The fact that
Set
is implemented usingAVLTree
is an implementation detail. We should avoid using the syntax alias and just renameAVLTree
toSet
, to avoid confusing types ofSet
functions visible to the user.The text was updated successfully, but these errors were encountered: