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

Hash_set, hash_map iterator #12

Open
epatrizio opened this issue Jan 28, 2022 · 0 comments
Open

Hash_set, hash_map iterator #12

epatrizio opened this issue Jan 28, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@epatrizio
Copy link
Owner

For now, with hash set and hash map primitives, impossible to loop through them naturally.
That's why, for example, in graph DFS function, I have to use vectors (hash set base component) ! Not good !

To do : Implement iterator for hash set and hash map.

@epatrizio epatrizio added enhancement New feature or request help wanted Extra attention is needed labels Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant