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
I think it would be great to have some beautiful way to construct a trie with only key but not value.
Like what STL does, we have std::set, which is a degeneration of std::map. It is quite useful to have something like std::set when we just want to check whether a specific element exists.
The text was updated successfully, but these errors were encountered:
I think it would be great to have some beautiful way to construct a trie with only key but not value.
Like what STL does, we have std::set, which is a degeneration of std::map. It is quite useful to have something like std::set when we just want to check whether a specific element exists.
The text was updated successfully, but these errors were encountered: