-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add a LinkedHashSet
#10
Comments
I'm not sure I've ever seen something like that |
Whelp, all right. |
Where should this type live? |
It needs a seperate module for iterators. |
|
I don't have any strong feelings on the matter. On Sun, Jul 12, 2015 at 3:52 PM, Andrew Paseltiner <[email protected]
|
Found myself looking for this. Trying to do cycle detection and report on the observed cycle. |
@nugend For the time being, you can use |
Ah, good idea! |
I just published linked_hash_set, based on this project for anyone looking for Maintainers: If linked-hash-map ever spins up again feel free to grab the set code as you please. I think it makes sense to have along side the actual map implementation. If that ever happens lets me know so I can act accordingly. |
No description provided.
The text was updated successfully, but these errors were encountered: