Skip to content

Fibonacci heap with tests#3

Open
gogagum wants to merge 6 commits intomasterfrom
fibonacci-heap-dev
Open

Fibonacci heap with tests#3
gogagum wants to merge 6 commits intomasterfrom
fibonacci-heap-dev

Conversation

@gogagum
Copy link
Copy Markdown
Owner

@gogagum gogagum commented Dec 20, 2018

No description provided.

_KeyType value;
shared_ptr<node> parent;
shared_ptr<node> child;
shared_ptr<node> left;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

left/right sibling

shared_ptr<node> left;
shared_ptr<node> right;
int degree = 0;
bool mark = false;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is_marked;

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

Successfully merging this pull request may close these issues.

2 participants