Skip to content

Binomial heap with tests#2

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

Binomial heap with tests#2
gogagum wants to merge 6 commits intomasterfrom
binomial-heap-dev

Conversation

@gogagum
Copy link
Copy Markdown
Owner

@gogagum gogagum commented Dec 20, 2018

No description provided.

Comment thread BinomialHeap/lib/Tests/BinomialHeap.hpp Outdated
nodes_to_merge[j]->value_ = array[pop_index];
++pop_index;
}
for (int curr_number_of_trees = length_of_block; curr_number_of_trees >= 2; curr_number_of_trees >>= 1) {
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.

trees_number вполне ок

Comment thread BinomialHeap/lib/Tests/test.cpp Outdated
using std::string;
using std::ifstream;

string int_to_str(unsigned int num){
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.

std::to_string ;)

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