Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support constructing trie without value #1

Open
oToToT opened this issue Sep 30, 2020 · 0 comments
Open

support constructing trie without value #1

oToToT opened this issue Sep 30, 2020 · 0 comments

Comments

@oToToT
Copy link

oToToT commented Sep 30, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant