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

Avoid exposing internals in heaps and DList #164

Closed
mausch opened this issue Nov 27, 2012 · 1 comment
Closed

Avoid exposing internals in heaps and DList #164

mausch opened this issue Nov 27, 2012 · 1 comment
Labels

Comments

@mausch
Copy link
Member

mausch commented Nov 27, 2012

It's currently possible to create invalid instances of PairingHeap, e.g. T(true, 1, [T(false, 2, [E(true)])]). Something similar happens with LeftistHeap and BinomialTree.

For DList:

Related: #133

@jackfoxy
Copy link
Contributor

This is not important in the Collections.Experimental namespace, and is taken care of in the Collections namespace. Request closing.

@forki forki closed this as completed Jul 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants